Mercurial > pidgin
diff src/main.c @ 8113:d60272410bd5
[gaim-migrate @ 8817]
Tim 'marv' Ringenbach wrote us a wonderful core/ui split chat room list
thing-a-ma-jig. I've taken the liberty of adding jabber support to it
as well.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Thu, 15 Jan 2004 22:20:29 +0000 |
| parents | fa6395637e2c |
| children | fab67640b59f |
line wrap: on
line diff
--- a/src/main.c Thu Jan 15 17:08:38 2004 +0000 +++ b/src/main.c Thu Jan 15 22:20:29 2004 +0000 @@ -49,6 +49,7 @@ #include "gtkprefs.h" #include "gtkprivacy.h" #include "gtkrequest.h" +#include "gtkroomlist.h" #include "gtksound.h" #include "gtkutils.h" #include "stock.h" @@ -509,6 +510,7 @@ gaim_gtk_pounces_init(); gaim_gtk_privacy_init(); gaim_gtk_xfers_init(); + gaim_gtk_roomlist_init(); } static void
