projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7147b7d
)
Revert "disable fileman popups in wl-only mode"
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 6 Mar 2015 21:05:27 +0000
(16:05 -0500)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/src/modules/fileman/e_fwin.c
b/src/modules/fileman/e_fwin.c
index
54c9c8f
..
ac1c5f4
100644
(file)
--- 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