diff src/gtkimhtmltoolbar.c @ 8807:482fc53c969d

[gaim-migrate @ 9569] A patch from Jon Oberheide to add a confirmation dialog when removing an away message. And then two other small changes I thought I had already committed. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 25 Apr 2004 17:01:38 +0000
parents 262f81346c0a
children ed62fb44aa30
line wrap: on
line diff
--- 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;