Summary: | Protocol priority not used on first chat initiation | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Lucas Sallovitz <krusty.ar> |
Component: | Main Application | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lucas Sallovitz
2007-04-24 22:08:24 UTC
I can confirm that! Kopete 0.12.3 using kde 3.5.5 from Gentoo portage tree (stable). If i close the window and reopen it the proper protocol is used. Confirmed on kde4 (kopete 0.50.1). kopeteaccountconfig.cpp, line 124: // The priority is disabled because of identities and because there is no way to edit it anymore Actually, there is a way to edit it, by dragging the contacts. The identities thing may be a good point. SVN commit 916110 by rjarosz: Set account priority based on position in account config view. Allow moving account between identities with drag&drop. CCBUG: 144627 CCBUG: 81629 M +1 -1 CMakeLists.txt A accounttreewidget.cpp [License: GPL (v2+)] A accounttreewidget.h [License: GPL (v2+)] M +49 -46 kopeteaccountconfig.cpp M +8 -1 kopeteaccountconfigbase.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=916110 SVN commit 925830 by rjarosz: Backport SVN commit 916110. Set account priority based on position in account config view. Allow user to move accounts between identities with drag&drop. BUG: 165947 CCBUG: 144627 CCBUG: 81629 M +1 -1 CMakeLists.txt A accounttreewidget.cpp [License: GPL (v2+)] A accounttreewidget.h [License: GPL (v2+)] M +49 -46 kopeteaccountconfig.cpp M +8 -1 kopeteaccountconfigbase.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=925830 Fixed in recent Kopete. |