summaryrefslogtreecommitdiff
path: root/src/sj-main.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-01 11:03:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-01 11:03:30 -0400
commita362297f7faa7b88a3cb412ebfd3b47dd0414183 (patch)
treed0633592a3b3f8c03d365defb291009de2167c37 /src/sj-main.c
parent892efd775b0ad9b928c6c9b807d4ffa17997dbd4 (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.c2
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)