comparison src/gtkconv.c @ 9864:df1e5075eb0f

[gaim-migrate @ 10743] Whoops, didn't mean to commit this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 10:51:41 +0000
parents 0e3a84f18467
children d6cf01e43b86
comparison
equal deleted inserted replaced
9863:0e3a84f18467 9864:df1e5075eb0f
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
176 /* we only save the new height if the formatting toolbar visibility matches the pref */ 174 /* we only save the new height if the formatting toolbar visibility matches the pref */
177 saveheight = (gtkconv->show_formatting_toolbar == gaim_prefs_get_bool("/gaim/gtk/conversations/show_formatting_toolbar")); 175 saveheight = (gtkconv->show_formatting_toolbar == gaim_prefs_get_bool("/gaim/gtk/conversations/show_formatting_toolbar"));
178 176
179 /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the tab bar 177 /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the tab bar
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 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