Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mbar
Dir : e_modules/mbar Modified Files: e_mod_main.c Log Message: Make mbar build with new e_module api changes. =================================================================== RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- e_mod_main.c 2 Jul 2006 19:06:09 -0000 1.22 +++ e_mod_main.c 2 Jul 2006 20:24:53 -0000 1.23 @@ -2007,12 +2007,12 @@ if (!strcmp(tag, "Unmount")) { if (mounted) - e_module_dialog_show(_("Mount Bar Module"), _("Unmount Failed.")); + e_module_dialog_show(NULL, _("Mount Bar Module"), _("Unmount Failed.")); } else if (!strcmp(tag, "Mount")) { if (!mounted) - e_module_dialog_show(_("Mount Bar Module"), _("Mount Failed.")); + e_module_dialog_show(NULL, _("Mount Bar Module"), _("Mount Failed.")); else { if (ic->app->exe) @@ -2028,7 +2028,7 @@ else if (!strcmp(tag, "Eject")) { if (mounted) - e_module_dialog_show(_("Mount Bar Module"), _("Eject Failed.")); + e_module_dialog_show(NULL, _("Mount Bar Module"), _("Eject Failed.")); } _mbar_set_state(ic, mounted); 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