diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-13 20:59:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-13 20:59:19 +0800 |
commit | 48f9e3e9f2958b657769d53b7965fe94a44917f8 (patch) | |
tree | 40011b48788d9290e6fa80ebea111e09318c153e /src | |
parent | feb09045a75174f350b85391917dccce04246cba (diff) | |
download | gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.gz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.bz2 gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.lz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.xz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.zst gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.zip |
Remove Epiphany manual
The current manual is quite obsolete and uses and outdated technology,
so it really just needs a full rewrite at this point. Hopefully this
will motivate someone to do it, meanwhile we stop shipping misguiding
documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=674047
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 9 | ||||
-rw-r--r-- | src/epiphany-application-menu.ui | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 21dd70d9a..de6799313 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -234,14 +234,6 @@ show_about (GSimpleAction *action, } static void -show_help (GSimpleAction *action, - GVariant *parameter, - gpointer user_data) -{ - ephy_gui_help (NULL, NULL); -} - -static void quit_application (GSimpleAction *action, GVariant *parameter, gpointer user_data) @@ -259,7 +251,6 @@ static GActionEntry app_entries[] = { { "history", show_history, NULL, NULL, NULL }, { "preferences", show_preferences, NULL, NULL, NULL }, { "pdm", show_pdm, NULL, NULL, NULL }, - { "help", show_help, NULL, NULL, NULL }, { "about", show_about, NULL, NULL, NULL }, { "quit", quit_application, NULL, NULL, NULL }, }; diff --git a/src/epiphany-application-menu.ui b/src/epiphany-application-menu.ui index 3bddf1b4f..87d3d8b57 100644 --- a/src/epiphany-application-menu.ui +++ b/src/epiphany-application-menu.ui @@ -34,11 +34,6 @@ </section> <section> <item> - <attribute name="label" translatable="yes">_Help</attribute> - <attribute name="action">app.help</attribute> - <attribute name="accel">F1</attribute> - </item> - <item> <attribute name="label" translatable="yes">_About</attribute> <attribute name="action">app.about</attribute> </item> |