From dbd35f06c0db70ad9c6df11c407d1996c5065446 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 5 Mar 2004 23:38:10 +0000 Subject: Persist changed accels with gnome_accelerator_sync(). 2004-03-06 Christian Persch * src/ephy-main.c: (main): Persist changed accels with gnome_accelerator_sync(). --- src/ephy-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 +#include #include #include #include @@ -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 (); -- cgit v1.2.3