On 02/23/2011 07:48 PM, Enlightenment SVN wrote:
> Log:
> elfe: remove unused signal

If you don't listen to this signal and reload your .desktop files on 
cache update you will cause a mem leak.

S.

>
>
> Author:       captainigloo
> Date:         2011-02-23 10:48:06 -0800 (Wed, 23 Feb 2011)
> New Revision: 57271
> Trac:         http://trac.enlightenment.org/e/changeset/57271
>
> Modified:
>    trunk/E-MODULES-EXTRA/elfe/src/allapps.c
>
> Modified: trunk/E-MODULES-EXTRA/elfe/src/allapps.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/elfe/src/allapps.c  2011-02-23 18:43:49 UTC (rev 
> 57270)
> +++ trunk/E-MODULES-EXTRA/elfe/src/allapps.c  2011-02-23 18:48:06 UTC (rev 
> 57271)
> @@ -109,13 +109,6 @@
>        }
>   }
>
> -static Eina_Bool
> -_desktop_cache_update(void *data, int type, void *event)
> -{
> -
> -   return ECORE_CALLBACK_PASS_ON;
> -}
> -
>   Evas_Object *
>   elfe_allapps_add(Evas_Object *parent)
>   {
> @@ -146,10 +139,6 @@
>      _add_items(list, NULL);
>      evas_object_show(list);
>
> -   ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_UPDATE,
> -                           _desktop_cache_update,
> -                           NULL);
> -
>      return list;
>   }
>
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search&  Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to