[shotwell] Stop keypress double propagation in fullscreen mode: Bug #719183
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Stop keypress double propagation in fullscreen mode: Bug #719183
- Date: Tue, 27 May 2014 20:37:10 +0000 (UTC)
commit 1e490349f55dec564688427829329e33aadd7bda
Author: Wolfgang Steitz <wolfer7 web de>
Date: Tue May 27 13:36:36 2014 -0700
Stop keypress double propagation in fullscreen mode: Bug #719183
src/AppWindow.vala | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index 9c1f2b4..ec18ef6 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -145,12 +145,9 @@ public class FullscreenWindow : PageWindow {
return true;
}
-
+
// Make sure this event gets propagated to the underlying window...
- AppWindow.get_instance().key_press_event(event);
-
- // ...then let the base class take over
- return (base.key_press_event != null) ? base.key_press_event(event) : false;
+ return AppWindow.get_instance().key_press_event(event);
}
private void on_close() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]