im.pidgin.pidgin: a6fc0d6feae75ff26858a89fdbbdfd13b5faaf70
Mark Doliner
mark at kingant.net
Sat Jan 26 21:12:14 EST 2008
On Sat, 26 Jan 2008 17:04:36 -0500, Sadrul Habib Chowdhury wrote
> * sadrul at pidgin.im had this to say on [26 Jan 2008, 17:00:51 -0500]:
> > -----------------------------------------------------------------
> > Revision: a6fc0d6feae75ff26858a89fdbbdfd13b5faaf70
> [snip]
> > ============================================================
> > --- libpurple/connection.h c047a7173fe3e6f351c00be7b2f37a0345ee7413
> > +++ libpurple/connection.h 6994e861c5d1766b186b507f4fa2977553130141
> > @@ -364,7 +364,7 @@ PurpleConnectionState purple_connection_
> > * @return TRUE if the account is connected, otherwise returns FALSE.
> > */
> > #define PURPLE_CONNECTION_IS_CONNECTED(gc) \
> > - (gc->state == PURPLE_CONNECTED)
> > + (purple_connection_get_state(gc) == PURPLE_CONNECTED)
> >
> > /**
> > * Returns the connection's account.
>
> This change is OK in a minor version bump, right?
Yeah, totally. As long as "gc->state" is still defined in connection.h and is
still publicly accessible.
-Mark
More information about the Devel
mailing list