Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_theme.c 


Log Message:


remove printfs...! :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_int_config_theme.c        2 Apr 2006 03:38:58 -0000       1.18
+++ e_int_config_theme.c        2 Apr 2006 03:42:13 -0000       1.19
@@ -159,11 +159,11 @@
                  snprintf(buf, sizeof(buf), "%s/.e/e/themes", homedir);
                  free(homedir);
               }
+            else
+              continue;
          }
        else if (j == 1)
-         {
-            snprintf(buf, sizeof(buf), "%s/data/themes", e_prefix_data_get());
-         }
+         snprintf(buf, sizeof(buf), "%s/data/themes", e_prefix_data_get());
        if (!ecore_file_is_dir(buf)) continue;
        themes = ecore_file_ls(buf);
        if (!themes) continue;
@@ -180,11 +180,9 @@
        
        while ((themefile = ecore_list_next(themes)))
          {
-            printf("%s\n", themefile);
             snprintf(fulltheme, sizeof(fulltheme), "%s/%s", buf, themefile);
             if (ecore_file_is_dir(fulltheme)) continue;
             
-            printf("%s\n", fulltheme);
             /* minimum theme requirements */
             if (edje_object_file_set(o2, fulltheme, "desktop/background"))
               {
@@ -204,7 +202,6 @@
                  cb_data->file = strdup(fulltheme);
                  cb_data->theme = strdup(themefile);
                  
-                 printf("append %s %p\n", noext, o3);
                  e_widget_ilist_append(il, o3, noext,
                                        _e_config_theme_cb_standard, cb_data,
                                        themefile);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to