[swell-foop] Changed Clutter to Gdk for Key.Space binding
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] Changed Clutter to Gdk for Key.Space binding
- Date: Tue, 16 Oct 2012 18:21:52 +0000 (UTC)
commit 4599b56a9879896f8d403daab23f258658359b56
Author: Daniel Buch <boogiewasthere gmail com>
Date: Tue Oct 16 14:24:16 2012 +0200
Changed Clutter to Gdk for Key.Space binding
src/swell-foop.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 998233b..8f03f7e 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -170,7 +170,7 @@ public class SwellFoop : Gtk.Application
case Gdk.Key.Right:
view.cursor_move (1, 0);
break;
- case Clutter.Key.space:
+ case Gdk.Key.space:
view.cursor_click ();
return true; //handle this one to avoid activating the toolbar button
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]