diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:14:37 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:14:37 -0500 |
commit | 1f8d468123eba7b5037e0d58a54899d803e48a43 (patch) | |
tree | fffdd51c5624067952a7105694c0fcfc16a5ffb3 | |
parent | 4362400018eea850f11d1abba52d083203f95b9d (diff) | |
download | gtk+-toolpalette.tar.gz |
Adjust default value for GtkToolItemGroup::labeltoolpalette
-rw-r--r-- | gtk/gtktoolitemgroup.c | 2 |
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 |