2005-04-09 Christian Persch <chpe@cvs.gnome.org>
* shell/main.c: (main):
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.
+
Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
#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"
gtk_main ();
+ gnome_accelerators_sync ();
poptFreeContext (context);
return 0;