Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_theme.c e_int_config_theme.h 
        e_int_config_theme_import.c 


Log Message:
Fix warnings.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/e_int_config_theme.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_theme.c        7 Jul 2007 15:44:01 -0000       1.1
+++ e_int_config_theme.c        24 Jul 2007 18:47:26 -0000      1.2
@@ -3,6 +3,7 @@
  */
 
 #include "e.h"
+#include "e_int_config_theme_import.h"
 
 static void        *_create_data          (E_Config_Dialog *cfd);
 static void         _free_data            (E_Config_Dialog *cfd, 
E_Config_Dialog_Data *cfdata);
@@ -40,7 +41,7 @@
 };
 
 EAPI E_Config_Dialog *
-e_int_config_theme(E_Container *con)
+e_int_config_theme(E_Container *con, const char *params __UNUSED__)
 {
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/e_int_config_theme.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_theme.h        7 Jul 2007 15:44:01 -0000       1.1
+++ e_int_config_theme.h        24 Jul 2007 18:47:26 -0000      1.2
@@ -6,7 +6,7 @@
 #ifndef E_INT_CONFIG_THEME_H
 #define E_INT_CONFIG_THEME_H
 
-EAPI E_Config_Dialog *e_int_config_theme(E_Container *con);
+EAPI E_Config_Dialog *e_int_config_theme(E_Container *con, const char *params 
__UNUSED__);
 
 EAPI void             e_int_config_theme_import_done(E_Config_Dialog *dia);
 EAPI void             e_int_config_theme_update(E_Config_Dialog *dia, char 
*file);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/e_int_config_theme_import.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_theme_import.c 7 Jul 2007 15:44:01 -0000       1.1
+++ e_int_config_theme_import.c 24 Jul 2007 18:47:26 -0000      1.2
@@ -1,4 +1,5 @@
 #include "e.h"
+#include "e_int_config_theme.h"
 
 typedef struct _Import Import;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to