Merge lp:~philip.scott/wingpanel-indicator-ayatana/touch-closing-fix into lp:~wingpanel-devs/wingpanel-indicator-ayatana/trunk

Proposed by Felipe Escoto
Status: Merged
Approved by: Danielle Foré
Approved revision: 22
Merged at revision: 22
Proposed branch: lp:~philip.scott/wingpanel-indicator-ayatana/touch-closing-fix
Merge into: lp:~wingpanel-devs/wingpanel-indicator-ayatana/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/AyatanaIndicator.vala (+1/-1)
To merge this branch: bzr merge lp:~philip.scott/wingpanel-indicator-ayatana/touch-closing-fix
Reviewer Review Type Date Requested Status
WingPanel Devs Pending
Review via email: mp+316394@code.launchpad.net

Commit message

Prevent switching indicators with touchscreen from closing

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/AyatanaIndicator.vala'
--- src/AyatanaIndicator.vala 2016-09-28 21:25:19 +0000
+++ src/AyatanaIndicator.vala 2017-02-04 21:46:49 +0000
@@ -128,7 +128,7 @@
128 if (main_stack == null) {128 if (main_stack == null) {
129 bool reloaded = false;129 bool reloaded = false;
130 icon.parent.parent.enter_notify_event.connect ((w, e) => {130 icon.parent.parent.enter_notify_event.connect ((w, e) => {
131 if (!reloaded) {131 if (!reloaded && e.mode != Gdk.CrossingMode.TOUCH_BEGIN) {
132 /*132 /*
133 * workaround for indicators (e.g. dropbox) that only update menu children after133 * workaround for indicators (e.g. dropbox) that only update menu children after
134 * the menu is popuped134 * the menu is popuped

Subscribers

People subscribed via source and target branches

to all changes: