summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-03-12 04:21:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-12 04:21:42 +0000
commitb24c2d21b2bdb1b1cfce3de144b2f9688ea23769 (patch)
tree0f358ba09bf2aa47f80e43a1ffa66973401b77f5 /gtk/gtkaboutdialog.c
parent9adb145bb62670b727a8758795d5222a9d20f558 (diff)
downloadgtk+-b24c2d21b2bdb1b1cfce3de144b2f9688ea23769.tar.gz
Make it compile
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 82264446aa..73b41eaf95 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -1830,7 +1830,7 @@ add_credits_page (GtkAboutDialog *about,
view = gtk_text_view_new ();
g_signal_connect_object (about, "style_set",
- G_CALLBACK (text_view_style_set), view);
+ G_CALLBACK (text_view_style_set), view, 0);
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE);