Mercurial > pidgin
diff src/buddy.c @ 3154:a0a0b00f214b
[gaim-migrate @ 3170]
Whoops, wrong CVS commit. ;)
Thanks, Jason Willis.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Tue, 16 Apr 2002 15:24:59 +0000 |
| parents | 0697a3ad9f3b |
| children | fce1883cc608 |
line wrap: on
line diff
--- a/src/buddy.c Tue Apr 16 15:04:28 2002 +0000 +++ b/src/buddy.c Tue Apr 16 15:24:59 2002 +0000 @@ -506,7 +506,9 @@ void set_blist_tab() { GtkWidget *blist_notebook; - + if (!buddypane) + return; + blist_notebook = buddypane->parent; /* The "Online" Page */ debug_printf("blist_options = %d\n", blist_options);
