comparison src/gtkconv.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents c28d5b45624e
children df1e5075eb0f
comparison
equal deleted inserted replaced
9862:ce03c2646a40 9863:0e3a84f18467
169 if (!GAIM_IS_GTK_CONVERSATION(conv)) 169 if (!GAIM_IS_GTK_CONVERSATION(conv))
170 return FALSE; 170 return FALSE;
171 171
172 gtkconv = GAIM_GTK_CONVERSATION(conv); 172 gtkconv = GAIM_GTK_CONVERSATION(conv);
173 173
174 gtk_imhtml_scroll_to_end((GtkIMHtml *)gtkconv->imhtml);
175
174 /* we only save the new height if the formatting toolbar visibility matches the pref */ 176 /* we only save the new height if the formatting toolbar visibility matches the pref */
175 saveheight = (gtkconv->show_formatting_toolbar == gaim_prefs_get_bool("/gaim/gtk/conversations/show_formatting_toolbar")); 177 saveheight = (gtkconv->show_formatting_toolbar == gaim_prefs_get_bool("/gaim/gtk/conversations/show_formatting_toolbar"));
176 178
177 /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the tab bar 179 /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the tab bar
178 * will fit, but then I don't want new windows taking up the entire screen. I check to see if there is only one 180 * will fit, but then I don't want new windows taking up the entire screen. I check to see if there is only one