Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_widget.c 


Log Message:
- print the appearance we're emiting the signal too

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- ewl_widget.c        4 Aug 2006 03:30:33 -0000       1.94
+++ ewl_widget.c        20 Aug 2006 21:01:57 -0000      1.95
@@ -722,7 +722,8 @@
 
        if (w->theme_object) {
                if (ewl_config.theme.print_signals)
-                       printf("Emitting: %s to %p\n", state, w);
+                       printf("Emitting: %s to %p (%s)\n", state, w, 
+                                                       w->appearance);
                edje_object_signal_emit(w->theme_object, state, "EWL");
        } 
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to