[vte] widget: Fix allow-hyperlink's default



commit 64be114a87ad20e874860a7a819c16fa394c69f8
Author: Egmont Koblinger <egmont gmail com>
Date:   Thu May 4 22:31:21 2017 +0200

    widget: Fix allow-hyperlink's default

 src/vtegtk.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index a738221..0f077e2 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -1264,7 +1264,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          */
         pspecs[PROP_ALLOW_HYPERLINK] =
                 g_param_spec_boolean ("allow-hyperlink", NULL, NULL,
-                                      TRUE,
+                                      FALSE,
                                       (GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | 
G_PARAM_EXPLICIT_NOTIFY));
 
         /**


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