diff src/away.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 bdd0bebd2d04
children f0efc0293bbf
line wrap: on
line diff
--- a/src/away.c	Fri Nov 08 06:05:03 2002 +0000
+++ b/src/away.c	Fri Nov 08 06:10:35 2002 +0000
@@ -203,8 +203,6 @@
 
 		awaytext = gtk_imhtml_new(NULL, NULL);
 		gtk_container_add(GTK_CONTAINER(sw), awaytext);
-		GTK_LAYOUT(awaytext)->hadjustment->step_increment = 10.0;
-		GTK_LAYOUT(awaytext)->vadjustment->step_increment = 10.0;
 		gaim_setup_imhtml(awaytext);
 		gtk_widget_show(awaytext);
 		buf = stylize(a->message, BUF_LONG);