Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : photo

Dir     : e_modules/photo/src/module


Modified Files:
        e_mod_main.c photo_config_dialog.c photo_config_dialog_dir.c 
        photo_config_dialog_item.c 


Log Message:
Make it visible again.

===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/e_mod_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.c        17 Sep 2006 15:44:06 -0000      1.5
+++ e_mod_main.c        29 May 2007 17:11:45 -0000      1.6
@@ -202,7 +202,7 @@
    char buf[4096];
    
    o = edje_object_add(evas);
-   snprintf(buf, sizeof(buf), "%s/module.edj",
+   snprintf(buf, sizeof(buf), "%s/e-module-photo.edj",
            e_module_dir_get(photo->module));
    edje_object_file_set(o, buf, "icon");
    return o;
===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_config_dialog.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- photo_config_dialog.c       21 Feb 2007 01:36:31 -0000      1.4
+++ photo_config_dialog.c       29 May 2007 17:11:45 -0000      1.5
@@ -59,7 +59,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(photo->module));
+   snprintf(buf, sizeof(buf), "%s/e-module-photo.edj", 
e_module_dir_get(photo->module));
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             _("Photo Configuration"), "Photo", 
"_e_modules_photo_config_dialog", buf, 0, v, NULL);
 
===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_config_dialog_dir.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- photo_config_dialog_dir.c   17 Sep 2006 15:44:06 -0000      1.3
+++ photo_config_dialog_dir.c   29 May 2007 17:11:45 -0000      1.4
@@ -33,7 +33,7 @@
    v->basic.apply_cfdata = _basic_apply_data;
    v->basic.create_widgets = _basic_create_widgets;
    
-   snprintf(buf, sizeof(buf), "%s/module.edj", 
e_module_dir_get(photo->module));
+   snprintf(buf, sizeof(buf), "%s/e-module-photo.edj", 
e_module_dir_get(photo->module));
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             _("Photo Directory Configuration"), "Photo", 
"_e_modules_photo_dir_config_dialog", buf, 0, v, dir);
 
===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_config_dialog_item.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- photo_config_dialog_item.c  15 Mar 2007 13:28:05 -0000      1.5
+++ photo_config_dialog_item.c  29 May 2007 17:11:45 -0000      1.6
@@ -43,7 +43,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(photo->module));
+   snprintf(buf, sizeof(buf), "%s/e-module-photo.edj", 
e_module_dir_get(photo->module));
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             _("Photo Item Configuration"), "Photo", 
"_e_modules_photo_item_config_dialog", buf, 0, v, pi);
    pi->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