Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_utils.h e_utils.c 


Log Message:
Formatting.
Remove debug printf.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_utils.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_utils.h   28 Mar 2007 05:52:33 -0000      1.35
+++ e_utils.h   3 Apr 2007 18:46:54 -0000       1.36
@@ -49,7 +49,7 @@
 EAPI void         e_util_library_path_restore(void);
 EAPI Evas_Object *e_util_icon_add(const char *path, Evas *evas);
 EAPI Evas_Object *e_util_desktop_icon_add(Efreet_Desktop *desktop, const char 
*size, Evas *evas);
-EAPI Evas_Object * e_util_icon_theme_icon_add(const char *icon_name, const 
char *size, Evas *evas);
+EAPI Evas_Object *e_util_icon_theme_icon_add(const char *icon_name, const char 
*size, Evas *evas);
 EAPI void         e_util_desktop_menu_item_icon_add(Efreet_Desktop *desktop, 
const char *size, E_Menu_Item *mi);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- e_utils.c   28 Mar 2007 05:52:33 -0000      1.64
+++ e_utils.c   3 Apr 2007 18:46:54 -0000       1.65
@@ -851,7 +851,6 @@
      {
        const char *path;
        path = efreet_icon_path_find(e_config->icon_theme, icon_name, size);
-       printf("path: %s\n", path);
        if (path) return e_util_icon_add(path, evas);
      }
    return NULL;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to