Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
Fix a few more module_dialog_show calls.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- e_mod_main.c        2 Jul 2006 19:06:10 -0000       1.50
+++ e_mod_main.c        2 Jul 2006 19:27:23 -0000       1.51
@@ -19,6 +19,7 @@
 struct _Instance
 {
    E_Gadcon_Client *gcc;
+   E_Module *m;
    Evas_Object *ss_obj;
    Screenshot *ss;
    Ecore_Exe *exe;
@@ -616,7 +617,7 @@
      }
    else
      {
-        e_module_dialog_show(D_("Enlightenment Screenshot Module"),
+        e_module_dialog_show(ss_config->module, D_("Enlightenment Screenshot 
Module"),
                              D_("Please install either ImageMagick or Scrot 
for taking screenshots."));
         return;
      }
@@ -641,7 +642,7 @@
 static void 
 _ss_get_filename(void *data) 
 {
-   e_entry_dialog_show(_("Enlightenment Screenshot Module"), "enlightenment/e",
+   e_entry_dialog_show(ss_config->module, _("Enlightenment Screenshot 
Module"), "enlightenment/e",
                       _("Enter a new filename to use for this screenshot"),
                       NULL, NULL, _cb_entry_ok, NULL, data);
 }
@@ -662,7 +663,7 @@
    t = ecore_file_get_dir(text);
    if (!strcmp(t, text))
      {
-        e_module_dialog_show(D_("Enlightenment Screenshot Module"),
+        e_module_dialog_show(ss_config->module, D_("Enlightenment Screenshot 
Module"),
                              D_("You did not specify a path.<br>"
                                "This shot will be saved in your home 
folder."));
        if (ci->location)



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