discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=107ab84a19300fcd48dbe815fd01ddc486b4f466

commit 107ab84a19300fcd48dbe815fd01ddc486b4f466
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Mar 6 16:05:27 2015 -0500

    Revert "disable fileman popups in wl-only mode"
    
    This reverts commit e6c47e8d90e75182cffd1d8cbdbb9e3821a4dbf1.
    
    these no longer crash so reenable them
---
 src/modules/fileman/e_fwin.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c
index 54c9c8f..ac1c5f4 100644
--- a/src/modules/fileman/e_fwin.c
+++ b/src/modules/fileman/e_fwin.c
@@ -941,10 +941,6 @@ _e_fwin_icon_mouse_in(void *data, Evas_Object *obj 
__UNUSED__, void *event_info)
    if (fwin->popup_timer) ecore_timer_del(fwin->popup_timer);
    fwin->popup_timer = NULL;
    if (!fileman_config->tooltip.enable) return;
-#ifdef HAVE_WAYLAND_ONLY
-   return;
-#warning REMOVE FOR WL RELEASE
-#endif
    fwin->popup_timer = ecore_timer_add(fileman_config->tooltip.delay, 
_e_fwin_icon_popup, fwin);
    fwin->popup_icon = ici;
 #ifndef HAVE_WAYLAND_ONLY

-- 


Reply via email to