Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-04-09 11:26:38 (GMT)
committer Christian Persch <chpe@src.gnome.org>2005-04-09 11:26:38 (GMT)
commitac9719503dfab5d4e190ab085b074da01e92b38b (patch)
tree26556f779793996154ade47c7958b5571cff9660 /shell
parentfe18abe0b3173d2d12075756170d6b63cd331747 (diff)
Save accelerators on exit. Fixes bug #172095.
2005-04-09 Christian Persch <chpe@cvs.gnome.org> * shell/main.c: (main): Save accelerators on exit. Fixes bug #172095.
Diffstat (limited to 'shell')
-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;