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];