From kde-commits Fri Aug 18 09:32:33 2006 From: Dirk Mueller Date: Fri, 18 Aug 2006 09:32:33 +0000 To: kde-commits Subject: branches/KDE/3.5/kdevelop/parts/documentation/interfaces Message-Id: <1155893553.681739.24333.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115589356527254 SVN commit 574154 by mueller: This fixes the famous XIM crash that is "caused by a broken Qt" M +3 -0 kdevdocumentationplugin.cpp --- branches/KDE/3.5/kdevelop/parts/documentation/interfaces/kdevdocumentationplugin.cpp #574153:574154 @@ -300,7 +300,10 @@ it != namedCatalogs.end(); ++it) { if (it.data() == item) + { namedCatalogs.remove(it); + break; + } } //clear indexes for catalog QValueList idx = indexes[item];