[evince/gnome-3-6] help: Show offline help



commit 02d791cd06dd03d4b9ade6d06b46184f91713ced
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Aug 22 15:59:23 2012 +1200

    help: Show offline help
    
    Bug #682423.

 configure.ac      |    1 -
 shell/ev-window.c |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 31f6474..65a1e6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -832,7 +832,6 @@ XPS ......................:  $enable_xps
 
 FEATURES
 
-Help .....................:  $enable_help
 GTK Doc reference ........:  $enable_gtk_doc
 GObject Introspection ....:  $enable_introspection
 DBUS communication .......:  $enable_dbus
diff --git a/shell/ev-window.c b/shell/ev-window.c
index e2c14b1..995d0e3 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -271,13 +271,8 @@ struct _EvWindowPrivate {
 
 #define MAX_RECENT_ITEM_LEN (40)
 
-#if OFFLINE_HELP_ENABLED
 #define EV_HELP         "help:evince"
 #define EV_HELP_TOOLBAR "help:evince/toolbar"
-#else
-#define EV_HELP         "http://library.gnome.org/users/evince/stable/";
-#define EV_HELP_TOOLBAR "http://library.gnome.org/users/evince/stable/toolbar.html";
-#endif
 
 #define TOOLBAR_RESOURCE_PATH "/org/gnome/evince/shell/ui/toolbar.xml"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]