| Summary: | When switching from 0.11.0 (kde 3.5) to svn, i lost some of the jabber contacts authorization (/!\ icon) | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | kaouete <kaouete> |
| Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kaouete
2006-01-30 23:49:00 UTC
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);
}
|