I'm stupid, CC'ing kopete-devel with the right address this time :)

--- Begin Message ---
Lamarque Souza <lamar...@gmail.com> writes:

> SVN commit 1223904 by lvsouza:
>
> Applying patch from http://reviewboard.kde.org/r/3260:
> Do not ask whether to come back from auto-away when there are no accounts 
> connected
> Thanks Teemu Rytilahti for the patch.
>
> This patch is not meant to be backported to 4.6.

[snip]

> --- trunk/KDE/kdenetwork/kopete/libkopete/kopeteaccountmanager.h 
> #1223903:1223904
> @@ -111,6 +111,11 @@
>        */
>       Account *registerAccount( Account *account );
>  
> +     /**
> +      * \brief Check if there is at least one account connected.
> +      * \return true if there at least one account connected, false 
> otherwise.
> +      */
> +     bool isAnyAccountConnected() const;
>  
>       /**
>        * Flag to be used in setOnlineStatus
> @@ -218,7 +223,6 @@
>       void removeAccountInternal();
>  
>  private:
> -     bool isAnyAccountConnected() const;

If Kopete's supposed to keep binary compatibility in libkopete, I guess
this change is a no-go, isn't it?

--- End Message ---
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to