summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <acruz@redhat.com>2015-10-02 13:41:57 +0200
committerArx Cruz <acruz@redhat.com>2015-10-02 13:41:57 +0200
commitfac40e9c46160a0915d528062dfd19c1afaeac0e (patch)
treec66ad8bb70d591547120cdd0975ddd231e75d931
parent9fe89f903f33e8a7d893a0baa52a957e85c96a16 (diff)
downloadzenity-fac40e9c46160a0915d528062dfd19c1afaeac0e.tar.gz
Fixing html option being parsed to other dialogs rather then text-info
-rw-r--r--src/option.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index 3e35144..79a6f92 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2074,6 +2074,9 @@ zenity_text_post_callback (GOptionContext *context,
if (zenity_text_font)
zenity_option_error (zenity_option_get_name (text_options, &zenity_text_font),
ERROR_SUPPORT);
+ if (zenity_text_enable_html)
+ zenity_option_error (zenity_option_get_name (text_options, &zenity_text_enable_html),
+ ERROR_SUPPORT);
}
return TRUE;
}