[Spice-devel] [PATCH spice-gtk] do not eat ungrab key-sequence

Marc-André Lureau marcandre.lureau at gmail.com
Thu May 17 14:42:28 PDT 2012


The remote may want to use that same key sequence,
so we better send it through, even if it matches
the ungrab key combination.
---
 gtk/spice-widget.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c
index e6c252d..fad9db5 100644
--- a/gtk/spice-widget.c
+++ b/gtk/spice-widget.c
@@ -979,8 +979,6 @@ static gboolean key_event(GtkWidget *widget, GdkEventKey *key)
             else
                 try_mouse_grab(display);
         }
-
-        return true;
     }
 
     if (!d->inputs)
-- 
1.7.10.1



More information about the Spice-devel mailing list