Mercurial > pidgin
diff src/buddy_chat.c @ 3922:30f52e7afd1d
[gaim-migrate @ 4094]
This is gtkimhtml2--it's a subclass of gtktextview. It's not done yet. It doesn't
do smileys or images, and what it does do so far, it doesn't do perfectly. But it's
perfectly 100% usable, and like 80,000 times faster than gtkimhtml + Pango.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Fri, 08 Nov 2002 06:10:35 +0000 |
| parents | b697b53de7e6 |
| children | 9650e17d1276 |
line wrap: on
line diff
--- a/src/buddy_chat.c Fri Nov 08 06:05:03 2002 +0000 +++ b/src/buddy_chat.c Fri Nov 08 06:10:35 2002 +0000 @@ -1316,8 +1316,6 @@ text = gtk_imhtml_new(NULL, NULL); b->text = text; gtk_container_add(GTK_CONTAINER(sw), text); - GTK_LAYOUT(text)->hadjustment->step_increment = 10.0; - GTK_LAYOUT(text)->vadjustment->step_increment = 10.0; if (convo_options & OPT_CONVO_SHOW_TIME) gtk_imhtml_show_comments(GTK_IMHTML(text), TRUE); gaim_setup_imhtml(text);
