------- 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=131701
mattr kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mattr kde org 2006-08-04 20:52 -------
SVN commit 569769 by mattr:
Fix bug 131701. 'Append to Status Message' doesn't correctly remove the
'Now Playing' text for some songs.
Patch by Dave Baker. Thanks!
BUG: 131701
M +1 -1 nowlisteningplugin.cpp
--- branches/kopete/0.12/kopete/plugins/nowlistening/nowlisteningplugin.cpp
#569768:569769
@ -308,7 +308,7 @
{
// Check for the now listening message
in parenthesis,
// include the header to not override
other messages in parenthesis.
- QRegExp statusSong(
QString("\\((%1[^.]*)\\)").arg( NowListeningConfig::header()) );
+ QRegExp statusSong(
QString("\\(%1.*\\)$").arg( NowListeningConfig::header()) );
// HACK: Don't keep appending the now
listened song. Replace it in the status message.
advert = a->myself()->property(
Kopete::Global::Properties::self()->awayMessage() ).value().toString();
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel