im.pidgin.pidgin: a6fc0d6feae75ff26858a89fdbbdfd13b5faaf70
Sadrul Habib Chowdhury
imadil at gmail.com
Sat Jan 26 17:04:36 EST 2008
* 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?
Sadrul
More information about the Devel
mailing list