diff options
author | infirit <[email protected]> | 2014-10-05 21:42:43 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-05 21:43:16 +0200 |
commit | b3e9be8eaef65934ca7025e22232138377a27541 (patch) | |
tree | 93b7d4d26dde2bcfc7f0205c6be3d7d23c4802aa | |
parent | c1b26fdf13b7a616debfad5cbfc86c3f5d7ab95c (diff) | |
download | atril-b3e9be8eaef65934ca7025e22232138377a27541.tar.bz2 atril-b3e9be8eaef65934ca7025e22232138377a27541.tar.xz |
Also load the accel file from the new location
-rw-r--r-- | shell/ev-application.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c index 10b91e5f..220519d1 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -903,7 +903,7 @@ static void ev_application_accel_map_load(EvApplication* application) } else { - accel_map_file = g_build_filename(g_get_user_config_dir(), "accels", "atril", NULL); + accel_map_file = g_build_filename(g_get_user_config_dir(), "atril", "accels", NULL); } gtk_accel_map_load(accel_map_file); |