diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-04-26 11:19:16 +0800 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2012-05-08 01:35:55 +0800 |
commit | 60a504dd7ad9f4b621181994c672344fd694fbde (patch) | |
tree | af42c18f1cdfa7b55165db5b424fbde8a1bada70 /src | |
parent | 495f7fc6dc01184920266f6e0c7d8a7f16fc5db4 (diff) | |
download | gsoc2013-epiphany-60a504dd7ad9f4b621181994c672344fd694fbde.tar.gz gsoc2013-epiphany-60a504dd7ad9f4b621181994c672344fd694fbde.tar.zst gsoc2013-epiphany-60a504dd7ad9f4b621181994c672344fd694fbde.zip |
Drop the use of GTK accel maps
https://bugzilla.gnome.org/show_bug.cgi?id=674870
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 707f32532..5b3dad0dd 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -431,8 +431,6 @@ main (int argc, exit (0); } - ephy_file_load_accels (); - /* Now create the shell */ if (private_instance) mode = EPHY_EMBED_SHELL_MODE_PRIVATE; @@ -489,7 +487,6 @@ main (int argc, if (notify_is_initted ()) notify_uninit (); - ephy_file_save_accels (); ephy_state_save (); ephy_embed_prefs_shutdown (); ephy_settings_shutdown (); |