devilhorns pushed a commit to branch master.

commit 3560f4023749759454c6204fa6d33bd7c9c39edd
Author: Chris Michael <[email protected]>
Date:   Tue Apr 9 13:36:29 2013 +0100

    Fix module_idler variable name (damn I cannot type today) :(
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index d99752c..ef13c44 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -96,7 +96,7 @@ static const struct wl_surface_interface _e_surface_interface 
=
 };
 
 /* local variables */
-static Ecore_Idler *_module_ilder = NULL;
+static Ecore_Idler *_module_idler = NULL;
 
 /* external variables */
 E_Wayland_Compositor *_e_wl_comp;
@@ -189,7 +189,7 @@ e_comp_wl_init(void)
    /* create basic shell interface */
 
    /* add an idler for deferred shell module loading */
-   _module_ilder = ecore_idler_add(_e_comp_wl_cb_module_idle, NULL);
+   _module_idler = ecore_idler_add(_e_comp_wl_cb_module_idle, NULL);
 
    /* get the displays event loop */
    _e_wl_comp->wl.loop = wl_display_get_event_loop(_e_wl_comp->wl.display);

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to