Enlightenment CVS committal

Author  : dj2
Project : misc
Module  : eke

Dir     : misc/eke/src


Modified Files:
        eke_gui_edje.c 


Log Message:
- stop that terrible pulsing (copied atmos' code cuz he's smart)
  - don't line up quite right, but at least it works

===================================================================
RCS file: /cvsroot/enlightenment/misc/eke/src/eke_gui_edje.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- eke_gui_edje.c      30 Dec 2004 02:51:20 -0000      1.5
+++ eke_gui_edje.c      30 Dec 2004 02:56:34 -0000      1.6
@@ -226,12 +226,15 @@
     Eke *eke = NULL;
     Eke_Feed *feed = NULL;
 
-    fprintf(stderr, "%s:%s\n", em, src);
     if((eke = (Eke*)data)) {
         if((feed = evas_object_data_get(o, "feed"))) {
             eke_gui_edje_feed_change(eke, feed);
         }
     }
+
+    return;
+    em = NULL;
+    src = NULL;
 }
 
 static void




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to