Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_config.c e_mod_config_point.c 


Log Message:
Updated config dialog to match latest API.

===================================================================
RCS file: /cvs/e/e_modules/mbar/e_mod_config.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_config.c      17 Jul 2006 23:56:32 -0000      1.8
+++ e_mod_config.c      14 Aug 2006 21:09:41 -0000      1.9
@@ -48,7 +48,7 @@
   snprintf (buf, sizeof (buf), "%s/module.eap",
            e_module_dir_get (mbar->module));
   cfd =
-    e_config_dialog_new (con, _("Mount Bar Configuration"), buf, 0, v, mbar);
+    e_config_dialog_new (con, _("Mount Bar Configuration"), "MBar", 
"_e_modules_mbar_config_dialog", buf, 0, v, mbar);
   mbar->config_dialog = cfd;
 }
 
===================================================================
RCS file: /cvs/e/e_modules/mbar/e_mod_config_point.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_config_point.c        17 Jul 2006 23:56:32 -0000      1.8
+++ e_mod_config_point.c        14 Aug 2006 21:09:41 -0000      1.9
@@ -75,7 +75,7 @@
       v->override_auto_apply = 1;
 
       cfd =
-       e_config_dialog_new (con, _("Mount Point Editor"), NULL, 0, v,
+       e_config_dialog_new (con, _("Mount Point Editor"), "MBar", 
"_e_modules_mbar_point_config_dialog", NULL, 0, v,
                             editor);
     }
 }



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