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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/kmail
From:       Laurent Montel <montel () kde ! org>
Date:       2010-01-14 17:17:56
Message-ID: 1263489476.877326.1044.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074739 by mlaurent:

Fix enable/disable "delete folder"


 M  +1 -1      kmmainwidget.cpp  


--- branches/work/akonadi-ports/kdepim/kmail/kmmainwidget.cpp #1074738:1074739
@@ -3857,7 +3857,7 @@
     ? i18n("E&mpty Trash") : i18n("&Move All Messages to Trash") );
   mRemoveFolderAction->setEnabled( mCurrentFolder
                                    && !multiFolder
-                                   && ( mCurrentFolder->collection().rights() & \
Collection::CanDeleteCollection ) ); +                                   && ( \
mCurrentFolder->collection().rights() & Collection::CanDeleteCollection ) && \
!mCurrentFolder->isSystemFolder() );  
   mRemoveFolderAction->setText( mCurrentFolder && \
mCurrentFolder->collection().resource() == QLatin1String( "akonadi_search_resource" ) \
? i18n("&Delete Search") : i18n("&Delete Folder") );  if ( mArchiveFolderAction )


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

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