src/gtkimhtmltoolbar.c

changeset 8807
128d3dae0196
parent 8788
a13634443a38
child 8892
de17c81eb8ec
--- a/src/gtkimhtmltoolbar.c	Sun Apr 25 16:23:20 2004 +0000
+++ b/src/gtkimhtmltoolbar.c	Sun Apr 25 17:01:38 2004 +0000
@@ -1033,7 +1033,7 @@
 	g_signal_connect_after(G_OBJECT(GTK_IMHTML(imhtml)->text_buffer), "mark-set", G_CALLBACK(mark_set_cb), toolbar);
 
 	buttons = gtk_imhtml_get_format_functions(GTK_IMHTML(imhtml));
-	update_buttons_cb(imhtml, buttons, toolbar);
+	update_buttons_cb(GTK_IMHTML(imhtml), buttons, toolbar);
 
 	bold = italic = underline = FALSE;
 

mercurial