[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] kmail: Remove meaningless part of the notification string.
From:       Till Adam <adam () kde ! org>
Date:       2012-03-31 19:53:47
Message-ID: 20120331195347.2B576A60C8 () git ! kde ! org
[Download RAW message or body]

Git commit 136e8372b550739b9744a7004f979620adb13cac by Till Adam.
Committed on 31/03/2012 at 21:07.
Pushed by tilladam into branch 'master'.

Remove meaningless part of the notification string.

M  +1    -3    kmail/searchwindow.cpp

http://commits.kde.org/kdepim/136e8372b550739b9744a7004f979620adb13cac

diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp
index 7189886..31f66cd 100644
--- a/kmail/searchwindow.cpp
+++ b/kmail/searchwindow.cpp
@@ -416,13 +416,11 @@ void SearchWindow::setEnabledSearchButton( bool )
 
 void SearchWindow::updateCollectionStatistic(Akonadi::Collection::Id \
id,Akonadi::CollectionStatistics statistic)  {
-  QString genMsg, detailMsg;
+  QString genMsg;
   if ( id == mFolder.id() ) {
     genMsg = i18np( "%1 match", "%1 matches", statistic.count() );
-    detailMsg = i18n( "Searching in %1", mFolder.name() );
   }
   mStatusBar->changeItem( genMsg, 0 );
-  mStatusBar->changeItem( detailMsg, 1 );
 }
 
 void SearchWindow::keyPressEvent( QKeyEvent *event )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic