Careful with this Brian...in Some places the Params actually are used....

devil


Enlightenment SVN wrote:
> Log:
>   fix function call
> Author:       morlenxus
> Date:         2008-12-17 17:31:58 -0800 (Wed, 17 Dec 2008)
> New Revision: 38198
> 
> Modified:
>   trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.c 
> trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.h 
> 
> Modified: trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.c      2008-12-18 
> 01:28:34 UTC (rev 38197)
> +++ trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.c      2008-12-18 
> 01:31:58 UTC (rev 38198)
> @@ -41,7 +41,7 @@
>  static int _save_order(E_Config_Dialog_Data *cfdata);
>  
>  EAPI E_Config_Dialog *
> -e_int_config_apps_iiirk(E_Container *con, const char *params __UNUSED__) 
> +e_int_config_apps_iiirk(E_Container *con) 
>  {
>     E_Config_Data *data;
>     char buf[4096];
> 
> Modified: trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.h
> ===================================================================
> --- trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.h      2008-12-18 
> 01:28:34 UTC (rev 38197)
> +++ trunk/E-MODULES-EXTRA/iiirk/src/e_int_config_iiirk.h      2008-12-18 
> 01:31:58 UTC (rev 38198)
> @@ -1,7 +1,7 @@
>  #ifndef E_INT_CONFIG_IIIRK_H
>  #define E_INT_CONFIG_IIIRK_H
>  
> -EAPI E_Config_Dialog *e_int_config_apps_iiirk(E_Container *con, const char 
> *params __UNUSED__);
> +EAPI E_Config_Dialog *e_int_config_apps_iiirk(E_Container *con);
>  EAPI E_Config_Dialog *e_int_config_apps_iiirk_other(E_Container *con, const 
> char *path);
>  
>  #endif
> 
> 
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to