diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 11:03:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 11:03:30 -0400 |
commit | a362297f7faa7b88a3cb412ebfd3b47dd0414183 (patch) | |
tree | d0633592a3b3f8c03d365defb291009de2167c37 /src/sj-main.c | |
parent | 892efd775b0ad9b928c6c9b807d4ffa17997dbd4 (diff) |
Use new GDK key names
This fixes the build against GTK3 (and works with 2.22 as well).
This commit does not make the chances to configure.in to actually
build against GTK3, though.
https://bugzilla.gnome.org/show_bug.cgi?id=630868
Diffstat (limited to 'src/sj-main.c')
-rw-r--r-- | src/sj-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sj-main.c b/src/sj-main.c index 43f1a6f..351fb66 100644 --- a/src/sj-main.c +++ b/src/sj-main.c @@ -113,7 +113,7 @@ sj_stock_init (void) static const GtkStockItem sj_stock_items[] = { - { SJ_STOCK_EXTRACT, N_("E_xtract"), GDK_CONTROL_MASK, GDK_Return, NULL } + { SJ_STOCK_EXTRACT, N_("E_xtract"), GDK_CONTROL_MASK, GDK_KEY_Return, NULL } }; if (initialized) |