Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_config.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_mod_config.c      2 Jul 2006 21:28:39 -0000       1.27
+++ e_mod_config.c      3 Jul 2006 07:37:32 -0000       1.28
@@ -47,6 +47,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
    E_Container *con;
+   char buf[4096];
    
    v = E_NEW(E_Config_Dialog_View, 1);
 
@@ -58,10 +59,12 @@
    v->advanced.apply_cfdata = _advanced_apply_data;
    v->advanced.create_widgets = _advanced_create_widgets;
 
+   snprintf(buf, sizeof(buf), "%s/module.eap", 
e_module_dir_get(ss_config->module));   
    /* create config diaolg */
    con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, D_("Screenshot Configuration"), NULL, 0, v, 
ci);
+   cfd = e_config_dialog_new(con, D_("Screenshot Configuration"), buf, 0, v, 
ci);
    ss_config->config_dialog = cfd;
+
 }
 
 static void
@@ -162,7 +165,7 @@
    cfdata->file_entry = ob;
    e_widget_frametable_object_append(of, ob, 1, 2, 1, 1, 1, 0, 1, 0);
    e_widget_list_object_append(o, of, 1, 1, 0.5);
-
+   
    return o;
 }
 
@@ -293,6 +296,7 @@
        e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
      }
    e_widget_list_object_append(o, ot, 1, 1, 0.5);   
+   
    return o;
 }
 



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