Enlightenment CVS committal

Author  : titan
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
Whoops need an extra null.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_mod_main.c        9 Aug 2006 07:47:28 -0000       1.60
+++ e_mod_main.c        13 Aug 2006 21:53:41 -0000      1.61
@@ -695,7 +695,7 @@
   e_entry_dialog_show (_("Enlightenment Screenshot Module"),
                       "enlightenment/e",
                       _("Enter a new filename to use for this screenshot"),
-                      NULL, NULL, _cb_entry_ok, NULL, data);
+                      NULL, NULL, NULL, _cb_entry_ok, NULL, data);
 }
 
 static void



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