diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index 32efec4bd5..b078320c32 100644 --- a/shell/main.c +++ b/shell/main.c @@ -643,6 +643,7 @@ main (int argc, char **argv) exit (0); gnome_sound_init ("localhost"); + gtk_accel_map_load (e_get_accels_filename ()); if (!disable_eplugin) { e_plugin_register_type (e_plugin_lib_get_type ()); @@ -677,6 +678,8 @@ main (int argc, char **argv) gtk_main (); + gtk_accel_map_save (e_get_accels_filename ()); + e_icon_factory_shutdown (); g_object_unref (program); gnome_sound_shutdown (); |