Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/battery


Modified Files:
        e_mod_config.c e_mod_main.c 


Log Message:
Update icon name.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_config.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_config.c      3 Sep 2006 07:40:44 -0000       1.21
+++ e_mod_config.c      24 Mar 2007 23:12:22 -0000      1.22
@@ -32,7 +32,7 @@
    v->advanced.apply_cfdata = _advanced_apply_data;
    v->advanced.create_widgets = _advanced_create_widgets;
 
-   snprintf(buf, sizeof(buf), "%s/module.edj", 
e_module_dir_get(battery_config->module));
+   snprintf(buf, sizeof(buf), "%s/e-module-battery.edj", 
e_module_dir_get(battery_config->module));
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             _("Battery Monitor Configuration"), 
                             "E", "_e_mod_battery_config_dialog",
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- e_mod_main.c        24 Mar 2007 15:07:55 -0000      1.94
+++ e_mod_main.c        24 Mar 2007 23:12:22 -0000      1.95
@@ -143,7 +143,7 @@
    char buf[4096];
    
    o = edje_object_add(evas);
-   snprintf(buf, sizeof(buf), "%s/module.edj",
+   snprintf(buf, sizeof(buf), "%s/e-module-battery.edj",
            e_module_dir_get(battery_config->module));
    edje_object_file_set(o, buf, "icon");
    return o;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to