[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:       2009-10-03 17:56:50
Message-ID: 1254592610.688178.23988.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1031005 by mlaurent:

Port other function


 M  +16 -1     kmmainwidget.cpp  


--- branches/work/akonadi-ports/kdepim/kmail/kmmainwidget.cpp #1031004:1031005
@@ -3025,6 +3025,10 @@
     }
     if ( mMessageListView )
       mMessageListView->show();
+#ifdef USE_AKONADI_PANE
+    if ( mMessagePane )
+      mMessagePane->show();
+#endif
     mShowingOfflineScreen = false;
   }
 
@@ -3158,6 +3162,10 @@
     // hide widgets that are in the way:
     if ( mMessageListView && mLongFolderList )
       mMessageListView->hide();
+#ifdef USE_AKONADI_PANE
+    if ( mMessagePane && mLongFolderList )
+      mMessagePane->hide();
+#endif
   }
 }
 
@@ -3170,6 +3178,10 @@
   // hide widgets that are in the way:
   if ( mMessageListView && mLongFolderList )
     mMessageListView->hide();
+#ifdef USE_AKONADI_PANE
+    if ( mMessagePane && mLongFolderList )
+      mMessagePane->hide();
+#endif
 }
 
 //-----------------------------------------------------------------------------
@@ -4759,7 +4771,10 @@
   // hide widgets that are in the way:
   if ( mMessageListView && mLongFolderList )
     mMessageListView->hide();
-
+#ifdef USE_AKONADI_PANE
+  if ( mMessagePane && mLongFolderList )
+    mMessagePane->hide();
+#endif
   mMsgView->displayAboutPage();
 
   closeFolder();
[prev in list] [next in list] [prev in thread] [next in thread] 

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