Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_desklock.c e_int_config_color_classes.c 


Log Message:
Standardize some config dialog class names.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- e_int_config_desklock.c     17 Mar 2007 20:18:12 -0000      1.53
+++ e_int_config_desklock.c     30 Apr 2007 11:45:18 -0000      1.54
@@ -55,7 +55,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
    
-   if (e_config_dialog_find("E", "_config_desklock_dlg")) return NULL;
+   if (e_config_dialog_find("E", "_config_desklock_dialog")) return NULL;
    v = E_NEW(E_Config_Dialog_View, 1);
    if (!v) return NULL;
    v->create_cfdata = _create_data;
@@ -69,7 +69,7 @@
    v->override_auto_apply = 1;
    
    cfd = e_config_dialog_new(con, _("Screen Lock Settings"), "E", 
-                            "_config_desklock_dlg", "enlightenment/desklock",
+                            "_config_desklock_dialog", 
"enlightenment/desklock",
                             0, v, NULL);
    return cfd;
 }
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_color_classes.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_int_config_color_classes.c        17 Apr 2007 08:31:00 -0000      1.27
+++ e_int_config_color_classes.c        30 Apr 2007 11:45:18 -0000      1.28
@@ -110,7 +110,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
    
-   if (e_config_dialog_find("E", "_config_color_classes")) return NULL;
+   if (e_config_dialog_find("E", "_config_color_classes_dialog")) return NULL;
    v = E_NEW(E_Config_Dialog_View, 1);
    if (!v) return NULL;
    
@@ -121,7 +121,7 @@
    v->advanced.apply_cfdata = _adv_apply_data;
    v->advanced.create_widgets = _adv_create_widgets;
    
-   cfd = e_config_dialog_new(con, _("Colors"), "E", "_config_color_classes",
+   cfd = e_config_dialog_new(con, _("Colors"), "E", 
"_config_color_classes_dialog",
                             "enlightenment/colors", 0, v, NULL);
    return 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