Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : moon

Dir     : e_modules/moon/src


Modified Files:
        e_mod_main.c e_mod_config.c 


Log Message:
Make it visible again.

===================================================================
RCS file: /cvs/e/e_modules/moon/src/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c        17 Sep 2006 15:12:59 -0000      1.8
+++ e_mod_main.c        29 May 2007 15:53:36 -0000      1.9
@@ -224,7 +224,7 @@
    char buf[4096];
 
    o = edje_object_add(evas);
-   snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(_module));
+   snprintf(buf, sizeof(buf), "%s/e-module-moon.edj", 
e_module_dir_get(_module));
    edje_object_file_set(o, buf, "icon");
    return o;
 }
===================================================================
RCS file: /cvs/e/e_modules/moon/src/e_mod_config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_config.c      17 Sep 2006 15:12:59 -0000      1.5
+++ e_mod_config.c      29 May 2007 15:53:36 -0000      1.6
@@ -97,7 +97,7 @@
        v->advanced.create_widgets = NULL; 
        
        con = e_container_current_get(e_manager_current_get());
-       snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(module));
+       snprintf(buf, sizeof(buf), "%s/e-module-moon.edj", 
e_module_dir_get(module));
        cfd = e_config_dialog_new(con, D_("Moon Configuration"), "Moon", 
"_e_modules_moon_config_dialog", buf, 0, v, o);
        moon_config->config_dialog = cfd;
      }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to