Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_wallpaper.c e_int_config_wallpaper.h 


Log Message:
Fix warnings.

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_wallpaper.c    4 Jul 2007 15:09:24 -0000       1.1
+++ e_int_config_wallpaper.c    24 Jul 2007 18:47:26 -0000      1.2
@@ -48,7 +48,7 @@
 };
 
 EAPI E_Config_Dialog *
-e_int_config_wallpaper(E_Container *con)
+e_int_config_wallpaper(E_Container *con, const char *params __UNUSED__)
 {
    return _e_int_config_wallpaper_desk(con, -1, -1, -1, -1);
 }
@@ -62,7 +62,7 @@
    con_num = zone_num = desk_x = desk_y = -1;
    if (sscanf(params, "%i %i %i %i", &con_num, &zone_num, &desk_x, &desk_y) != 
4)
      return NULL;
-   _e_int_config_wallpaper_desk(con, con_num, zone_num, desk_x, desk_y);
+   return _e_int_config_wallpaper_desk(con, con_num, zone_num, desk_x, desk_y);
 }
 
 static E_Config_Dialog *
===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_wallpaper.h    4 Jul 2007 15:09:24 -0000       1.1
+++ e_int_config_wallpaper.h    24 Jul 2007 18:47:26 -0000      1.2
@@ -7,7 +7,7 @@
 #ifndef E_INT_CONFIG_WALLPAPER_H
 #define E_INT_CONFIG_WALLPAPER_H
 
-EAPI E_Config_Dialog *e_int_config_wallpaper(E_Container *con);
+EAPI E_Config_Dialog *e_int_config_wallpaper(E_Container *con, const char 
*params __UNUSED__);
 EAPI E_Config_Dialog *e_int_config_wallpaper_desk(E_Container *con, const char 
*params);
 
 EAPI void             e_int_config_wallpaper_update(E_Config_Dialog *dia, char 
*file);



-------------------------------------------------------------------------
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