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. --- diff --git a/ChangeLog b/ChangeLog index 59b1ca9..e14a3c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-09 Christian Persch + + * shell/main.c: (main): + + Save accelerators on exit. Fixes bug #172095. + Sat Apr 9 01:05:09 2005 Jonathan Blandford * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME: 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