diff options
author | Arx Cruz <acruz@redhat.com> | 2015-10-02 13:41:57 +0200 |
---|---|---|
committer | Arx Cruz <acruz@redhat.com> | 2015-10-02 13:41:57 +0200 |
commit | fac40e9c46160a0915d528062dfd19c1afaeac0e (patch) | |
tree | c66ad8bb70d591547120cdd0975ddd231e75d931 /src | |
parent | Fixing glade file. (diff) | |
download | zenity-fac40e9c46160a0915d528062dfd19c1afaeac0e.tar.gz zenity-fac40e9c46160a0915d528062dfd19c1afaeac0e.tar.bz2 zenity-fac40e9c46160a0915d528062dfd19c1afaeac0e.zip |
Fixing html option being parsed to other dialogs rather then text-info
Diffstat (limited to 'src')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c index 3e351448..79a6f926 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; } |