diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-07 04:23:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-07 04:23:52 +0000 |
commit | af56fe09c567d211a57fab1772abda5d76bad09d (patch) | |
tree | 982d5966dd7a8e2c549cb48b2612434e79f53761 /gtk/gtklabel.c | |
parent | efcd7796f80475e205f89045982170ed15f3325a (diff) | |
download | gtk+-af56fe09c567d211a57fab1772abda5d76bad09d.tar.gz |
Fix the build
svn path=/trunk/; revision=17099
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 8b8c2bb4b5..6f25651df9 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -1864,7 +1864,7 @@ get_label_char_width (GtkLabel *label) } static void -invalidate_wrap_width (GtkLabel *label) +gtk_label_invalidate_wrap_width (GtkLabel *label) { GtkLabelPrivate *priv; |