From kde-commits Sun Mar 06 05:35:18 2005 From: =?utf-8?q?Pascal=20L=C3=A9tourneau?= Date: Sun, 06 Mar 2005 05:35:18 +0000 To: kde-commits Subject: kdebase/konqueror Message-Id: <20050306053518.E37CFE772 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111008732525185 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; }