Enlightenment CVS committal

Author  : ravenlock
Project : e_modules
Module  : news

Dir     : e_modules/news/src/module


Modified Files:
        news_config_dialog.c news_config_dialog_category.c 
        news_config_dialog_feeds.c news_config_dialog_item.c 
        news_config_dialog_item_content.c news_config_dialog_langs.c 


Log Message:
Making sure all module's configuration dialogs have appropriate names and 
classes consistent with the rest of the e_modules.

===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- news_config_dialog.c        12 Nov 2007 17:32:26 -0000      1.9
+++ news_config_dialog.c        20 May 2008 14:53:11 -0000      1.10
@@ -1,6 +1,6 @@
 #include "News.h"
 
-#define DIALOG_CLASS "_e_mod_news_config_dialog"
+#define DIALOG_CLASS "_e_modules_news_config_dialog"
 
 struct _E_Config_Dialog_Data
 {
@@ -74,7 +74,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
 
-   if (e_config_dialog_find("E", DIALOG_CLASS))
+   if (e_config_dialog_find("News", DIALOG_CLASS))
      return 0;
 
    v = E_NEW(E_Config_Dialog_View, 1);
@@ -88,7 +88,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Main Configuration"),
-                             "E", DIALOG_CLASS,
+                             "News", DIALOG_CLASS,
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
NULL);
 
    return 1;
===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog_category.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- news_config_dialog_category.c       12 Nov 2007 17:32:26 -0000      1.5
+++ news_config_dialog_category.c       20 May 2008 14:53:11 -0000      1.6
@@ -48,7 +48,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Category Configuration"),
-                             "E", "_e_mod_news_config_dialog_category",
+                             "News", "_e_modules_news_category_config_dialog",
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
fcat);
 
    return 1;
===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog_feeds.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- news_config_dialog_feeds.c  12 Nov 2007 17:32:26 -0000      1.6
+++ news_config_dialog_feeds.c  20 May 2008 14:53:11 -0000      1.7
@@ -1,6 +1,6 @@
 #include "News.h"
 
-#define DIALOG_CLASS "_e_mod_news_config_dialog_feeds"
+#define DIALOG_CLASS "_e_modules_news_feeds_config_dialog"
 
 struct _E_Config_Dialog_Data
 {
@@ -68,7 +68,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
 
-   if (e_config_dialog_find("E", DIALOG_CLASS))
+   if (e_config_dialog_find("News", DIALOG_CLASS))
      return 0;
 
    v = E_NEW(E_Config_Dialog_View, 1);
@@ -80,7 +80,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Feeds Configuration"),
-                             "E", DIALOG_CLASS,
+                             "News", DIALOG_CLASS,
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
NULL);
 
    if (news->config->feed.langs_notset)
===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog_item.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- news_config_dialog_item.c   12 Nov 2007 17:32:26 -0000      1.5
+++ news_config_dialog_item.c   20 May 2008 14:53:11 -0000      1.6
@@ -1,6 +1,6 @@
 #include "News.h"
 
-#define DIALOG_CLASS "_e_mod_news_config_dialog_item"
+#define DIALOG_CLASS "_e_modules_news_item_config_dialog"
 
 struct _E_Config_Dialog_Data
 {
@@ -38,7 +38,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Gadget Configuration"),
-                             "E", DIALOG_CLASS,
+                             "News", DIALOG_CLASS,
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
ni);
 
    return 1;
===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog_item_content.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- news_config_dialog_item_content.c   12 Nov 2007 17:32:26 -0000      1.6
+++ news_config_dialog_item_content.c   20 May 2008 14:53:11 -0000      1.7
@@ -51,7 +51,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Gadget Content Configuration"),
-                             "E", DIALOG_CLASS,
+                             "News", DIALOG_CLASS,
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
ni);
 
    if (news->config->feed.langs_notset)
===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_config_dialog_langs.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- news_config_dialog_langs.c  12 Nov 2007 17:32:26 -0000      1.5
+++ news_config_dialog_langs.c  20 May 2008 14:53:11 -0000      1.6
@@ -1,6 +1,6 @@
 #include "News.h"
 
-#define DIALOG_CLASS "_e_mod_news_config_dialog_langs"
+#define DIALOG_CLASS "_e_modules_news_langs_config_dialog"
 
 struct _Lang_Choice
 {
@@ -32,7 +32,7 @@
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
 
-   if (e_config_dialog_find("E", DIALOG_CLASS))
+   if (e_config_dialog_find("News", DIALOG_CLASS))
      return 0;
 
    v = E_NEW(E_Config_Dialog_View, 1);
@@ -43,7 +43,7 @@
    
    cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                             D_("News Feeds Language Configuration"),
-                             "E", DIALOG_CLASS,
+                             "News", DIALOG_CLASS,
                              news_theme_file_get(NEWS_THEME_CAT_ICON), 0, v, 
NULL);
    return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to