Fixing html option being parsed to other dialogs rather then text-info
This commit is contained in:
parent
9fe89f903f
commit
fac40e9c46
@ -2074,6 +2074,9 @@ zenity_text_post_callback (GOptionContext *context,
|
|||||||
if (zenity_text_font)
|
if (zenity_text_font)
|
||||||
zenity_option_error (zenity_option_get_name (text_options, &zenity_text_font),
|
zenity_option_error (zenity_option_get_name (text_options, &zenity_text_font),
|
||||||
ERROR_SUPPORT);
|
ERROR_SUPPORT);
|
||||||
|
if (zenity_text_enable_html)
|
||||||
|
zenity_option_error (zenity_option_get_name (text_options, &zenity_text_enable_html),
|
||||||
|
ERROR_SUPPORT);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user