diff pidgin/gtkimhtml.c @ 29376:4c4ddafbc089

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Feb 2010 15:45:51 +0900
parents 39bc284215ce 36bae5f00d32
children 421ef79a30ca
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Wed Feb 03 16:00:49 2010 +0900
+++ b/pidgin/gtkimhtml.c	Sat Feb 06 15:45:51 2010 +0900
@@ -4949,7 +4949,9 @@
 	mark = gtk_text_buffer_get_insert(imhtml->text_buffer);
 
 	gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, mark);
+	gtk_text_buffer_begin_user_action(imhtml->text_buffer);
 	gtk_imhtml_insert_smiley_at_iter(imhtml, sml, smiley, &iter);
+	gtk_text_buffer_end_user_action(imhtml->text_buffer);
 }
 
 static gboolean