From: Christian Persch Date: Sat, 9 Apr 2005 11:26:38 +0000 (+0000) Subject: Save accelerators on exit. Fixes bug #172095. X-Git-Tag: EVINCE_0_2_1~66 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ac9719503dfab5d4e190ab085b074da01e92b38b;p=evince.git 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 59b1ca9c..e14a3c6b 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 5ed8f76d..321334b0 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;