Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
fix 'edit icon' entry
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -3 -r1.439 -r1.440
--- e_border.c  3 Oct 2005 07:36:22 -0000       1.439
+++ e_border.c  3 Oct 2005 14:39:42 -0000       1.440
@@ -6473,7 +6473,7 @@
          {
             mi = e_menu_item_new(m);
             e_menu_item_label_set(mi, _("Edit Icon"));
-            e_menu_item_callback_set(mi, _e_border_menu_cb_icon_edit, bd->app);
+            e_menu_item_callback_set(mi, _e_border_menu_cb_icon_edit, 
bd->app->path);
             e_menu_item_icon_edje_set(mi, bd->app->path, "icon");
          }
        else if (bd->client.icccm.class) /* icons with no class useless to 
borders */
@@ -6583,7 +6583,6 @@
    full = malloc(strlen(file) + strlen(command) + 1);
    strcpy(full, command);
    strcat(full, file);
-//   printf("EXEC %s\n", full);
    process = ecore_exe_run(full, NULL);
    if (!process || !ecore_exe_pid_get(process))
      e_error_dialog_show(_("Icon Edit Error"),




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to