summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 1543436..ea04b02 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -69,8 +69,7 @@ typedef struct {
typedef struct {
gchar *dialog_text;
- gchar *column_one_header;
- gchar *column_two_header;
+ GSList *columns;
gboolean checkbox;
gboolean radiobox;
} ZenityTreeData;