On 20/06/14 13:51, maxerba wrote:
> maxerba pushed a commit to branch master.
>
> http://git.enlightenment.org/enlightenment/modules/mem.git/commit/?id=ad120fc554d367d8611ec9c7533494519506b4bf
>
> commit ad120fc554d367d8611ec9c7533494519506b4bf
> Author: maxerba <maiur...@gmail.com>
> Date:   Fri Jun 20 14:49:41 2014 +0200
>
>      Updated to build with e19, patch by Wido.
>      For older versions of E checkout the enlightenment-0.18 branch.
> ---
>   src/e_mod_config.c | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/src/e_mod_config.c b/src/e_mod_config.c
> index 18a7eb7..d911f17 100644
> --- a/src/e_mod_config.c
> +++ b/src/e_mod_config.c
> @@ -27,7 +27,7 @@ _config_mem_module (Config_Item * ci)
>   {
>     E_Config_Dialog *cfd;
>     E_Config_Dialog_View *v;
> -  E_Container *con;
> +  E_Comp *comp;
>     char buf[4096];
>
>     v = E_NEW (E_Config_Dialog_View, 1);
> @@ -39,8 +39,7 @@ _config_mem_module (Config_Item * ci)
>
>     snprintf (buf, sizeof (buf), "%s/e-module-mem.edj",
>           e_module_dir_get (mem_config->module));
> -  con = e_container_current_get (e_manager_current_get ());
> -  cfd = e_config_dialog_new (con, D_ ("Mem Settings"), "Mem",
> +  cfd = e_config_dialog_new (NULL, D_ ("Mem Settings"), "Mem",
>                            "_e_modules_mem_config_dialog", buf, 0, v, ci);
>     mem_config->config_dialog = cfd;
>   }
>

Hm.. This patch adds "E_Comp", but it's never used.

--
Tom.


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to