Skip to content

Commit

Permalink
widget: Fix allow-hyperlink's default
Browse files Browse the repository at this point in the history
  • Loading branch information
egmontkob committed May 4, 2017
1 parent 4d9fe82 commit 64be114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtegtk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));

/**
Expand Down

0 comments on commit 64be114

Please sign in to comment.