filebrowser/src/FBFileUtils.cpp
branchRCL_3
changeset 13 822c625f7adc
parent 0 d6fe6244b863
--- a/filebrowser/src/FBFileUtils.cpp	Tue May 11 16:14:15 2010 +0300
+++ b/filebrowser/src/FBFileUtils.cpp	Wed Jun 09 09:42:37 2010 +0300
@@ -1961,7 +1961,7 @@
                 clearAttMask |= KEntryAttSystem;
             }
         
-        iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeNormal);
+        iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeFullScreen);
         iModel->FileListContainer()->SetNaviPaneTextL(naviText);
 
         CFileBrowserAttributeEditorDlg* dlg = CFileBrowserAttributeEditorDlg::NewL(setAttMask, clearAttMask, recurse);
@@ -2003,7 +2003,7 @@
 
 void CFileBrowserFileUtils::SearchL()
     {
-    iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeNormal);
+	iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeFullScreen);
     iModel->FileListContainer()->SetNaviPaneTextL(KNullDesC);
     
     iSearchAttributes.iSearchDir = iCurrentPath;