Mercurial > pidgin
view src/gaim-client.h @ 13559:bbbde2f5c03b
[gaim-migrate @ 15938]
This finally bothered me enough to fix. We were only rebuilding the Join a Chat
dialog entries when the protocol of the selected account changed. That
didn't work so well for jabber since jabber uses different nickname/server
values based on which server you choose.
I considered testing for jabber specifically instead of always but that seemed
uglier and this really won't hurt us much.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 24 Mar 2006 16:04:59 +0000 |
parents | 2078f65a8e98 |
children |
line wrap: on
line source
#ifndef _GAIM_CLIENT_H_INCLUDED_ #define _GAIM_CLIENT_H_INCLUDED_ #include <glib.h> #include "gaim-client-bindings.h" G_BEGIN_DECLS void gaim_init(void); G_END_DECLS #endif