[gimp/gimp-2-8] Revert "Use the online help by default"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Revert "Use the online help by default"
- Date: Thu, 9 Oct 2014 20:38:45 +0000 (UTC)
commit 8b6f2751f2b02493c80096ff2eca0d4221da3c5f
Author: Michael Natterer <mitch gimp org>
Date: Thu Oct 9 22:35:15 2014 +0200
Revert "Use the online help by default"
This reverts commit 1d5d116aa3e3f52b45c88ce3fe7d5f5cf07f9901.
There is a dialog telling the user that there is no local manual,
and that dialog has a button to use the online version. There is
no reason whatsoever to default to the online version.
Also, don't change the defaults in the custom OSX gimprc.
app/config/gimpguiconfig.c | 2 +-
build/osx/custom/gimprc | 4 +---
etc/gimprc | 2 +-
3 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index 5c623b4..58ad18b 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -235,7 +235,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_USER_MANUAL_ONLINE,
"user-manual-online",
USER_MANUAL_ONLINE_BLURB,
- TRUE,
+ FALSE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_STRING (object_class, PROP_USER_MANUAL_ONLINE_URI,
"user-manual-online-uri",
diff --git a/build/osx/custom/gimprc b/build/osx/custom/gimprc
index ec5b109..9aca87e 100644
--- a/build/osx/custom/gimprc
+++ b/build/osx/custom/gimprc
@@ -675,10 +675,8 @@
# When enabled, the online user manual will be used by the help system.
# Otherwise the locally installed copy is used. Possible values are yes and
# no.
-# Because the user manual is not shipped with GIMP by default, we set this
-# value to 'yes'.
#
-# (user-manual-online yes)
+# (user-manual-online no)
# The location of the online user manual. This is used if
# 'user-manual-online' is enabled. This is a string value.
diff --git a/etc/gimprc b/etc/gimprc
index 1f3f961..d52819d 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -671,7 +671,7 @@
# Otherwise the locally installed copy is used. Possible values are yes and
# no.
#
-# (user-manual-online yes)
+# (user-manual-online no)
# The location of the online user manual. This is used if
# 'user-manual-online' is enabled. This is a string value.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]