summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@src.gnome.org>2011-07-06 14:55:30 -0300
committerArx Cruz <arxcruz@src.gnome.org>2011-07-06 14:58:49 -0300
commitd8954d9222654f645ebdcc1752c70be97faaae45 (patch)
tree932c7d93975fd790565b1ffb1569bc75249b63d8 /src/zenity.h
parent0443b025b53759bd195249f1c577ed4dfc952751 (diff)
Patch for bug #621907
This patch add the option --no-markup in the info, warning, error and question dialogs So if the user wants to use & \ ' and other symbols, now he can, and no error will be showed.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index fd744b6..22ffca7 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -60,6 +60,7 @@ typedef struct {
gchar *dialog_text;
MsgMode mode;
gboolean no_wrap;
+ gboolean no_markup;
gchar *ok_label;
gchar *cancel_label;
} ZenityMsgData;