discomfitor pushed a commit to branch master.

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

commit e6c47e8d90e75182cffd1d8cbdbb9e3821a4dbf1
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Feb 27 14:44:27 2015 -0500

    disable fileman popups in wl-only mode
    
    these crash for now and I'm annoyed
---
 src/modules/fileman/e_fwin.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c
index ac1c5f4..54c9c8f 100644
--- a/src/modules/fileman/e_fwin.c
+++ b/src/modules/fileman/e_fwin.c
@@ -941,6 +941,10 @@ _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