aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-06 07:38:10 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-06 07:38:10 +0800
commitdbd35f06c0db70ad9c6df11c407d1996c5065446 (patch)
treeb45a3d58a67edc986bd067cb47c7fd433c536787 /src
parent083631169c54136c48d512603b4b241bb207a682 (diff)
downloadgsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar.gz
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar.bz2
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar.lz
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar.xz
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.tar.zst
gsoc2013-epiphany-dbd35f06c0db70ad9c6df11c407d1996c5065446.zip
Persist changed accels with gnome_accelerator_sync().
2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Persist changed accels with gnome_accelerator_sync().
Diffstat (limited to 'src')
-rw-r--r--src/ephy-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 1bf5520f7..4ad4717db 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -30,6 +30,7 @@
#include "eel-gconf-extensions.h"
#include <libgnomeui/gnome-ui-init.h>
+#include <libgnomeui/gnome-app-helper.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-program.h>
@@ -193,6 +194,7 @@ main (int argc, char *argv[])
eel_gconf_monitor_remove ("/apps/epiphany/general");
eel_gconf_monitor_remove ("/apps/epiphany/lockdown");
eel_gconf_monitor_remove ("/desktop/gnome/lockdown");
+ gnome_accelerators_sync ();
ephy_state_save ();
ephy_file_helpers_shutdown ();
gnome_vfs_shutdown ();