Fixing html option being parsed to other dialogs rather then text-info

This commit is contained in:
Arx Cruz 2015-10-02 13:41:57 +02:00
parent 9fe89f903f
commit fac40e9c46
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}