[gnome-clocks] Chain up key-press-event



commit 80ce9321116d6fa3cae508e792af960a7343759c
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Mar 3 22:25:49 2013 +0100

    Chain up key-press-event
    
    This fixes ctrl+N etc

 src/window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window.vala b/src/window.vala
index f4e623f..d25046e 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -119,7 +119,7 @@ public class Window : Gtk.ApplicationWindow {
             return ((Clock) stack.visible_child).escape_pressed ();
         }
 
-        return false;
+        return base.key_press_event (event);
     }
 
     private void on_about_activate () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]