[gimp/gtk3-port: 235/246] app: s/GDK_F2/GDK_KEY_F2 in GimpContainerTreeView
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 235/246] app: s/GDK_F2/GDK_KEY_F2 in GimpContainerTreeView
- Date: Wed, 2 Mar 2011 09:41:13 +0000 (UTC)
commit 5283ab043478a70498ad22bf3923502180912932
Author: Michael Natterer <mitch gimp org>
Date: Tue Feb 15 10:42:34 2011 +0100
app: s/GDK_F2/GDK_KEY_F2 in GimpContainerTreeView
app/widgets/gimpcontainertreeview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpcontainertreeview.c b/app/widgets/gimpcontainertreeview.c
index 15e4048..eb9667e 100644
--- a/app/widgets/gimpcontainertreeview.c
+++ b/app/widgets/gimpcontainertreeview.c
@@ -161,7 +161,7 @@ gimp_container_tree_view_class_init (GimpContainerTreeViewClass *klass)
binding_set = gtk_binding_set_by_class (klass);
- gtk_binding_entry_add_signal (binding_set, GDK_F2, 0,
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_F2, 0,
"edit-name", 0);
g_type_class_add_private (klass, sizeof (GimpContainerTreeViewPriv));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]