Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 5ed8f76..321334b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -26,6 +26,7 @@
#include <gtk/gtkmain.h>
#include <libgnome/gnome-program.h>
#include <libgnomeui/gnome-ui-init.h>
+#include <libgnomeui/gnome-app-helper.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#include "ev-stock-icons.h"
@@ -99,6 +100,7 @@ main (int argc, char *argv[])
gtk_main ();
+ gnome_accelerators_sync ();
poptFreeContext (context);
return 0;