summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorHuzaifa Sidhpurwala <huzaifas@redhat.com>2010-02-23 18:07:08 +0000
committerLucas Rocha <lucasr@litl.com>2010-02-23 18:07:08 +0000
commit3c17a5a8870422b9a9145ff805d6d3bb872dacea (patch)
tree3d3a29dbe901def04853a35e15528ad18a1a3a0e /src/zenity.h
parent078ff023621c57c7287a4978bf944d812481c82c (diff)
Bug 593926 - --progress needs a --nocancel option
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 fa65b0c..9d7a153 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -98,6 +98,7 @@ typedef struct {
gboolean autoclose;
gboolean autokill;
gdouble percentage;
+ gboolean no_cancel;
} ZenityProgressData;
typedef struct {