From af56fe09c567d211a57fab1772abda5d76bad09d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Jan 2007 04:23:52 +0000 Subject: [PATCH] Fix the build svn path=/trunk/; revision=17099 --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;