CVS commit by pletourn: Reinit the pixmap when the item's contents changed M +2 -0 konq_combo.cc 1.55 --- kdebase/konqueror/konq_combo.cc #1.54:1.55 @@ -683,4 +683,6 @@ void KonqComboListBoxPixmap::paint( QPai pm = KonqPixmapProvider::self()->pixmapFor( text(), KIcon::SizeSmall ); } + else + pm = QPixmap(); lookup_pending = false; }