Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_config.c e_mod_main.c 


Log Message:
Update icon name.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_config.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_config.c      28 Dec 2006 14:38:30 -0000      1.29
+++ e_mod_config.c      24 Mar 2007 23:12:23 -0000      1.30
@@ -43,7 +43,7 @@
    v->advanced.create_widgets = NULL;
    
    /* Create The Dialog */
-   snprintf(buf, sizeof(buf), "%s/module.edj", 
e_module_dir_get(ibox_config->module));
+   snprintf(buf, sizeof(buf), "%s/e-module-ibox.edj", 
e_module_dir_get(ibox_config->module));
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             _("IBox Configuration"),
                             "E", "_e_mod_ibox_config_dialog",
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- e_mod_main.c        18 Mar 2007 17:15:59 -0000      1.81
+++ e_mod_main.c        24 Mar 2007 23:12:23 -0000      1.82
@@ -232,7 +232,7 @@
    char buf[4096];
 
    o = edje_object_add(evas);
-   snprintf(buf, sizeof(buf), "%s/module.edj",
+   snprintf(buf, sizeof(buf), "%s/e-module-ibox.edj",
            e_module_dir_get(ibox_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