comparison src/gtkconv.c @ 4940:3708545afe42

[gaim-migrate @ 5274] I forgot to say this al o fixes the problem with the gtkimhtml being scrolled. This commit is unimportant. I just wanted to say that. Do I get a hug? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 01 Apr 2003 05:55:32 +0000
parents 4d50e125b0fa
children 154eb3188788
comparison
equal deleted inserted replaced
4939:4d50e125b0fa 4940:3708545afe42
5235 if (i == gaim_window_get_conversation_count(win) + 1) 5235 if (i == gaim_window_get_conversation_count(win) + 1)
5236 return -1; 5236 return -1;
5237 5237
5238 return page_num; 5238 return page_num;
5239 } 5239 }
5240