Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        ew_messagebox.c 


Log Message:
Meh! Bad rhapsodhy forgot to ew_notice_show() the message boxes :)

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_messagebox.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ew_messagebox.c     15 Aug 2006 14:46:35 -0000      1.5
+++ ew_messagebox.c     15 Aug 2006 20:11:12 -0000      1.6
@@ -57,6 +57,7 @@
        ew_notice_ok_button_add(ew, funct, NULL);
        ew_notice_cancel_button_add(ew, funct, NULL);
 
+       ew_notice_show(ew);
        return ew;
 }
 
@@ -66,6 +67,7 @@
        ew_notice_yes_button_add(ew, funct, NULL);
        ew_notice_no_button_add(ew, funct, NULL);
 
+       ew_notice_show(ew);
        return ew;
 }
 
@@ -76,6 +78,7 @@
        ew_notice_no_button_add(ew, funct, NULL);
        ew_notice_cancel_button_add(ew, funct, NULL);
 
+       ew_notice_show(ew);
        return ew;
 }
 



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