Mercurial > pidgin
changeset 11768:a9e9b76905b4
[gaim-migrate @ 14059]
Killing some warnings, not sure what we're trying to do in gtkblist here, so i just #if 0'd it..
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 23 Oct 2005 22:16:28 +0000 |
parents | 8c3a139e8eb3 |
children | d56778d594d9 |
files | src/gtkblist.c src/gtkimhtml.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Sun Oct 23 22:14:53 2005 +0000 +++ b/src/gtkblist.c Sun Oct 23 22:16:28 2005 +0000 @@ -3282,8 +3282,9 @@ /* TODO: functionize this */ { +#if 0 GList *accounts, *l; - +#endif /* Set up some per account status boxes */ gtkblist->statusboxbox = gtk_vbox_new(FALSE, 0); gtkblist->statusboxes = NULL;