------- 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=131951 ogoffart kde org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From ogoffart kde org 2006-08-07 16:49 ------- SVN commit 570654 by ogoffart: doesn't flash taskbar or show a bubble for the 'gone' notification BUG: 131951 M +2 -1 jabbercontact.cpp --- branches/kopete/0.12/kopete/protocols/jabber/jabbercontact.cpp #570653:570654 @ -301,7 +301,8 @ Kopete::Message m=Kopete::Message ( this, mManager->members(), i18n("%1 has ended their participation in the chat session.").arg(metaContact()->displayName()), Kopete::Message::Internal ); - mManager->appendMessage ( m, message.from().resource () ); + m.setImportance(Kopete::Message::Low); + mManager->view()->appendMessage ( m ); //use KopeteView::AppendMessage to bypass notifications } } } _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel