| Summary: | wrong favicon displayed while typing in url | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Robert <bytewise> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | greatredshark |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Robert
2005-02-25 15:25:13 UTC
CVS commit by pletourn:
Reinit the pixmap when the item's contents changed
BUG:100256
M +2 -0 konq_combo.cc 1.54.2.1
--- kdebase/konqueror/konq_combo.cc #1.54:1.54.2.1
@@ -683,4 +683,6 @@ void KonqComboListBoxPixmap::paint( QPai
pm = KonqPixmapProvider::self()->pixmapFor( text(), KIcon::SizeSmall );
}
+ else
+ pm = QPixmap();
lookup_pending = false;
}
*** Bug 104661 has been marked as a duplicate of this bug. *** |