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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Andras Mantia <amantia () kde ! org>
Date:       2010-12-10 12:09:28
Message-ID: 20101210120928.9A0C8AC8A6 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1205195 by amantia:

Fix the rest of "Maintenance tab in folder properties dialog not useful" bug.
Patch by Antonis Tsiapaliokas

BUG: 223477


 M  +0 -6      collectionmaintenancepage.cpp  
 M  +0 -1      collectionmaintenancepage.h  


--- trunk/KDE/kdepim/kmail/collectionmaintenancepage.cpp #1205194:1205195
@@ -74,10 +74,6 @@
   if ( mIsNotAVirtualCollection ) {
     QLabel *label = new QLabel( folderDesc, filesGroup );
     box->addRow( new QLabel( i18n("Folder type:"), filesGroup ), label );
-
-    mCollectionLocation = new KLineEdit( filesGroup );
-    mCollectionLocation->setReadOnly( true );
-    box->addRow( i18n("Location:"), mCollectionLocation );
   }
 
   mFolderSizeLabel = new QLabel( i18nc( "folder size", "Not available" ), filesGroup );
@@ -105,8 +101,6 @@
   init( col );
   if ( col.isValid() ) {
     updateLabel( col.statistics().count(), col.statistics().unreadCount(), col.statistics().size() );
-    if ( mIsNotAVirtualCollection )
-      mCollectionLocation->setText( col.remoteId() );
   }
 }
 
--- trunk/KDE/kdepim/kmail/collectionmaintenancepage.h #1205194:1205195
@@ -47,7 +47,6 @@
   Akonadi::Collection mCurrentCollection;
   bool mIsNotAVirtualCollection;
   QLabel *mFolderSizeLabel;
-  KLineEdit *mCollectionLocation;
   QLabel *mCollectionCount;
   QLabel *mCollectionUnread;
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

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