Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c e_int_shelf_config.c 


Log Message:
Fix warnings.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -3 -r1.269 -r1.270
--- e_config.c  10 Sep 2007 11:53:17 -0000      1.269
+++ e_config.c  14 Sep 2007 23:28:58 -0000      1.270
@@ -2221,7 +2221,7 @@
 static E_Dialog *_e_config_error_dialog = NULL;
 
 static void
-_e_config_error_dialog_cb_delete(E_Dialog *dia)
+_e_config_error_dialog_cb_delete(void *dia)
 {
    if (dia == _e_config_error_dialog)
      {
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_shelf_config.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_int_shelf_config.c        4 Sep 2007 23:59:01 -0000       1.31
+++ e_int_shelf_config.c        14 Sep 2007 23:28:58 -0000      1.32
@@ -300,7 +300,7 @@
 _advanced_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
    E_Zone *zone;
-   int id, idx, x, y;
+   int id, idx;
    int restart = 0;
 
    /* Only change style is we need to */



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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