Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/bin


Modified Files:
        hal.c 


Log Message:
Update for changes in efreet.

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/hal.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- hal.c       25 Jul 2007 17:01:01 -0000      1.11
+++ hal.c       26 Jul 2007 11:34:09 -0000      1.12
@@ -623,7 +623,10 @@
     path = efreet_icon_path_find("Tango", icon_name, "32x32");
     //printf("found: %s\n", path);
     if (path)
+    {
       ewl_icon_image_set(icon, path, NULL);
+      free(path);
+    }
   }
   ewl_callback_append(EWL_WIDGET(icon), EWL_CALLBACK_CLICKED, 
cb_device_view_clicked, dev);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to