~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/plugins/nowlistening/nowlisteningplugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs, Harald Sitter, Sarah Hobbs
  • Date: 2006-08-17 01:04:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060817010432-ue4z149oh639oxlb
Tags: 4:3.5.4+kopete0.12.2-0ubuntu1
[ Harald Sitter ]
* New upstream release
* Reverted patch kubuntu_02_oscar_add_contact.diff (fixed upstream)
* Reverted patch kubuntu_03_icq_client_too_old.diff (fixed upstream)
* Added kubuntu_03_dlopen-xmms.diff to make xmms load at runtime (dependency
  for xmms not needed anymore, as nowplaying plugin will work even if xmms is
  not installed)

[ Sarah Hobbs ]
* Changed Suggests: gpg to gnupg.  Closes bug #56190

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
                                {
309
309
                                        // Check for the now listening message in parenthesis, 
310
310
                                        // include the header to not override other messages in parenthesis.
311
 
                                        QRegExp statusSong( QString("\\((%1[^.]*)\\)").arg( NowListeningConfig::header()) );
 
311
                                        QRegExp statusSong( QString("\\(%1.*\\)$").arg( NowListeningConfig::header()) );
312
312
                                        
313
313
                                        // HACK: Don't keep appending the now listened song. Replace it in the status message.
314
314
                                        advert = a->myself()->property( Kopete::Global::Properties::self()->awayMessage() ).value().toString();