[kopete-bugs] [Bug 231766] New: does not use notification framework everywhere
Ansgar
ansgar at 43-1.org
Mon Mar 22 14:02:57 CET 2010
https://bugs.kde.org/show_bug.cgi?id=231766
Summary: does not use notification framework everywhere
Product: kopete
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kopete-bugs at kde.org
ReportedBy: ansgar at 43-1.org
Version: (using KDE 4.3.4)
OS: Linux
Installed from: Debian testing/unstable Packages
Some events in Kopete do not use the notification framework (as used for
example by incoming messages). Instead they show a popup that disappears after
a moment.
I noticed this at least when I got disconnected from a Jabber server and
believe the following is the code responsible for this:
kdenetwork-4.3.4/kopete/protocols/jabber/jabberaccount.cpp:
if(!errorText.isEmpty()) {
if (!additionalErrMsg.isEmpty()) {
KPassivePopup::message( i18n("Connection problem with Jabber server
%1", server),
QString
("%1\n%2").arg(errorText).arg(additionalErrMsg),
Kopete::UI::Global::mainWidget() );
} else {
KPassivePopup::message( i18n("Connection problem with Jabber server
%1", server),
errorText,
Kopete::UI::Global::mainWidget() );
}
}
At least the message looks similar (it disappears too fast to be sure) and the
screenshot for KPassivePopup in the API documentation looks similar.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list