Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_main.c 


Log Message:
Removed some extra printfs not needed anymore.

===================================================================
RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_main.c        7 Apr 2006 22:28:11 -0000       1.19
+++ e_mod_main.c        8 Apr 2006 00:12:30 -0000       1.20
@@ -430,7 +430,6 @@
                }
              break;
           case E_APP_DEL:
-            printf("Change Del\n");
              if (e_app_is_parent(mb->apps, a))
                {
                   MBar_Icon *ic;
@@ -442,7 +441,6 @@
                }
              break;
           case E_APP_CHANGE:
-            printf("App Change\n");
              if (e_app_is_parent(mb->apps, a))
                {
                   MBar_Icon *ic;
@@ -469,7 +467,6 @@
                }
              break;
           case E_APP_ORDER:
-            printf("App Order\n");
              if (a == mb->apps)
                {
                   for (ll = mb->apps->subapps; ll; ll = ll->next)
@@ -485,7 +482,6 @@
                }
              break;
           case E_APP_EXEC:
-            printf("App Exec\n");
              if (e_app_is_parent(mb->apps, a))
                {
                   MBar_Icon *ic;




-------------------------------------------------------
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