[gitg/gtk3: 4/20] Rename GDK_* to GDK_KEY_* and bumb GTK+ to 2.90.7
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/gtk3: 4/20] Rename GDK_* to GDK_KEY_* and bumb GTK+ to 2.90.7
- Date: Tue, 8 Feb 2011 16:25:44 +0000 (UTC)
commit 36fa9b2fe8d4738c5ecc09aaafad4598670d90f6
Author: Garrett Regier <alias301 gmail com>
Date: Sun Jan 2 20:33:17 2011 -0800
Rename GDK_* to GDK_KEY_* and bumb GTK+ to 2.90.7
gitg/gitg-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-window.c b/gitg/gitg-window.c
index 2b34195..0c550bd 100644
--- a/gitg/gitg-window.c
+++ b/gitg/gitg-window.c
@@ -520,7 +520,7 @@ build_search_entry (GitgWindow *window,
GClosure *closure = g_cclosure_new (G_CALLBACK (focus_search), entry, NULL);
- gtk_accel_group_connect (group, GDK_f, GDK_CONTROL_MASK, 0, closure);
+ gtk_accel_group_connect (group, GDK_KEY_f, GDK_CONTROL_MASK, 0, closure);
gtk_window_add_accel_group (GTK_WINDOW(window), group);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]