diff src/prefs.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 419bf1bc8fa2
children 7aab0cc1ec78
line wrap: on
line diff
--- a/src/prefs.c	Fri Nov 08 06:05:03 2002 +0000
+++ b/src/prefs.c	Fri Nov 08 06:10:35 2002 +0000
@@ -1325,8 +1325,6 @@
 	gtk_box_pack_start(GTK_BOX(ret), sw2, TRUE, TRUE, 0);
 
 	gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(sw2), away_text);
-	GTK_LAYOUT(away_text)->hadjustment->step_increment = 10.0;
-	GTK_LAYOUT(away_text)->vadjustment->step_increment = 10.0;
 	gaim_setup_imhtml(away_text);
 	gtk_imhtml_set_defaults(GTK_IMHTML(away_text), NULL, NULL, NULL);
 	sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view));