summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-07 00:01:00 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-07 00:01:00 +0000
commita8c3006035a068069ed9199400472332db540bb5 (patch)
tree9c6a12c98e47205d810184f0c61bfb7f833c5b15 /src/zenity.h
parentd88a32f1f5418e97b5840087a21652f68ac938c8 (diff)
Improve error handling... a lot.
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/calendar.c, src/main.c, src/progress.c, src/tree.c, src/zenity.h: Improve error handling... a lot.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 697a17c..e338760 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -73,7 +73,7 @@ typedef struct {
GSList *columns;
gboolean checkbox;
gboolean radiobox;
- gchar **data;
+ const gchar **data;
} ZenityTreeData;
int zenity_calendar (ZenityData *data,