Revert "disable fileman popups in wl-only mode"
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 6 Mar 2015 21:05:27 +0000 (16:05 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 6 Mar 2015 21:06:17 +0000 (16:06 -0500)
This reverts commit e6c47e8d90e75182cffd1d8cbdbb9e3821a4dbf1.

these no longer crash so reenable them

src/modules/fileman/e_fwin.c

index 54c9c8f..ac1c5f4 100644 (file)
@@ -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