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

List:       kde-commits
Subject:    kdepim/kmail
From:       Till Adam <adam () kde ! org>
Date:       2004-03-04 12:47:08
Message-ID: 20040304124708.B58EC996F () office ! kde ! org
[Download RAW message or body]

CVS commit by tilladam: 

Show and hide the whole headers + quickSearch area, not just the headers
when switching from and to the summary view.


  M +5 -4      kmmainwidget.cpp   1.149


--- kdepim/kmail/kmmainwidget.cpp  #1.148:1.149
@@ -1610,6 +1610,6 @@ void KMMainWidget::folderSelected(KMFold
       mMsgView->clear(true);
     }
-    if( mHeaders )
-      mHeaders->show();
+    if( mSearchAndHeaders && mHeaders )
+      mSearchAndHeaders->show();
   }
 
@@ -3078,6 +3078,7 @@ void KMMainWidget::slotIntro()
   mMsgView->clear( true );
   // hide widgets that are in the way:
-  if ( mHeaders && mLongFolderList )
-    mHeaders->hide();
+  if ( mSearchAndHeaders && mHeaders && mLongFolderList )
+    mSearchAndHeaders->hide();
+  
 
   mMsgView->displayAboutPage();


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

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