Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-application.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b257d99..490175a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * shell/ev-application.c (ev_application_init):
+
+ Set proper path to saved accels file. Fixes bug #577500.
+
2009-03-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* libview/ev-transition-animation.c:
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 7b6c82f..6cd5a5b 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -776,7 +776,7 @@ ev_application_init (EvApplication *ev_application)
if (home_dir) {
ev_application->accel_map_file = g_build_filename (home_dir,
".gnome2",
- "accels"
+ "accels",
"evince",
NULL);
gtk_accel_map_load (ev_application->accel_map_file);