From kde-commits Tue Mar 15 21:40:31 2005 From: Christian Loose Date: Tue, 15 Mar 2005 21:40:31 +0000 To: kde-commits Subject: kdesdk/cervisia Message-Id: <20050315214031.6C2F912E73 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111092283711890 CVS commit by cloose: small fix for previous commit M +1 -1 cervisiapart.cpp 1.163 --- kdesdk/cervisia/cervisiapart.cpp #1.162:1.163 @@ -620,5 +620,5 @@ void CervisiaPart::popupRequested(KListV QString xmlName = "context_popup"; - if( isDirItem(item) ) + if( isDirItem(item) && update->fileSelection().isEmpty() ) xmlName = "folder_context_popup";