Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:
Remove unused variable.
Formatting.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- e_eap_editor.c      13 Apr 2007 01:36:05 -0000      1.78
+++ e_eap_editor.c      15 Apr 2007 17:28:23 -0000      1.79
@@ -97,13 +97,9 @@
         * - Find the icon with the best size
         * - Should use mkstemp
         */
-       const char *tmp;
-
        snprintf(path, sizeof(path), "%s/%s-%.6f.png", icon_dir, bname, 
ecore_time_get());
        if (e_util_icon_save(&(bd->client.netwm.icons[0]), path))
-         {
-            desktop->icon = strdup(path);
-         }
+         desktop->icon = strdup(path);
        else
          fprintf(stderr, "Could not save file from ARGB: %s\n", path);
      }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to