summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-27 00:14:37 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-27 00:14:37 -0500
commit1f8d468123eba7b5037e0d58a54899d803e48a43 (patch)
treefffdd51c5624067952a7105694c0fcfc16a5ffb3
parent4362400018eea850f11d1abba52d083203f95b9d (diff)
downloadgtk+-toolpalette.tar.gz
Adjust default value for GtkToolItemGroup::labeltoolpalette
-rw-r--r--gtk/gtktoolitemgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index ff8557e825..69055799c1 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -37,7 +37,7 @@
#define DEFAULT_EXPANDER_SIZE 16
#define DEFAULT_HEADER_SPACING 2
-#define DEFAULT_LABEL NULL
+#define DEFAULT_LABEL ""
#define DEFAULT_COLLAPSED FALSE
#define DEFAULT_ELLIPSIZE PANGO_ELLIPSIZE_NONE