------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121073         
michael.larouche kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From michael.larouche kdemail net  2006-01-31 21:00 
-------
SVN commit 504330 by mlarouche:

BUG: 121073. Enable Request authorisation in Jabber when the contact 
subscruiption is none.

 M  +1 -1      jabbercontact.cpp  


--- branches/work/kopete/dev-0.12/kopete/protocols/jabber/jabbercontact.cpp 
#504329:504330
 @ -148,7 +148,7  @
        {
                resendAuthAction->setEnabled(true);
        }
-       else if( mRosterItem.subscription().type() == XMPP::Subscription::To )
+       else if( mRosterItem.subscription().type() == XMPP::Subscription::To || 
mRosterItem.subscription().type() == XMPP::Subscription::None )
        {
                requestAuthAction->setEnabled(true);
        }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to