From 5b0553e9ef4fcabebefbc510a088b009af73d4ab Mon Sep 17 00:00:00 2001 From: Kernc Date: Sat, 30 Aug 2014 17:07:52 +0200 Subject: Allow user to interact with --text-info --html WebView This commit changes the default --text-view behavior (when --html is also in effect) so that the clicked links are opened in the default browser (closes #732626). Additionally, a new option is introduced, --prevent-interaction, which disables above behavior. --- src/zenity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenity.h') diff --git a/src/zenity.h b/src/zenity.h index 4b3214dd..6390b007 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -118,6 +118,7 @@ typedef struct { gchar *checkbox; #ifdef HAVE_WEBKITGTK gboolean html; + gboolean no_interaction; gchar *url; #endif } ZenityTextData; -- cgit