From kde-commits Wed Jan 15 12:56:26 2003 From: Laurent Montel Date: Wed, 15 Jan 2003 12:56:26 +0000 To: kde-commits Subject: kdenetwork/kmail X-MARC-Message: https://marc.info/?l=kde-commits&m=104263548607424 CVS commit by mlaurent: Fix crash. M +2 -2 kmfoldertree.cpp 1.219 --- kdenetwork/kmail/kmfoldertree.cpp #1.218:1.219 @@ -997,5 +997,5 @@ void KMFolderTree::rightButtonPressed(QL } if (fti->folder() && - fti->folder()->protocol() == "imap" || fti->folder()->protocol() == "cachedimap" ) + (fti->folder()->protocol() == "imap" || fti->folder()->protocol() == "cachedimap" )) { folderMenu->insertItem(SmallIcon("configure"),