Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--shell/main.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59b1ca9..e14a3c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * shell/main.c: (main):
+
+ Save accelerators on exit. Fixes bug #172095.
+
Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
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;