Summary: | krunner cuts web shortcuts after ':' | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Simon Birnbach <simon.birnbach> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon Birnbach
2008-06-23 22:58:11 UTC
SVN commit 823713 by aseigo: * don't try and get favicons; it's waaaay too slow to be useful in a hot path like this (should we eventually offer a "polish" type option for runners to lazily touch up good matches?) * don't split on ':', grab the string to the right of the first one BUG:164790 M +13 -10 webshortcutrunner.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=823713 |