From ac9719503dfab5d4e190ab085b074da01e92b38b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 09 Apr 2005 11:26:38 +0000 Subject: Save accelerators on exit. Fixes bug #172095. 2005-04-09 Christian Persch * shell/main.c: (main): Save accelerators on exit. Fixes bug #172095. --- (limited to 'shell') 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 #include #include +#include #include #include "ev-stock-icons.h" @@ -99,6 +100,7 @@ main (int argc, char *argv[]) gtk_main (); + gnome_accelerators_sync (); poptFreeContext (context); return 0; -- cgit v0.9.1