Summary: | unit converter crashes plasma if no internet connection and currency is chosen | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Johannes Maier <maier_jo> |
Component: | widget-misc | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, petri.damsten, thijs22nospam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Johannes Maier
2010-08-21 13:41:02 UTC
- It uses Solid to determine if there are network connection. If there are network connection but not internet connection it can block and ping would probably block too. This needs some work in kunitconversion library. - In current svn you can edit right editbox and conversion goes to left and vice versa. No switcher button needed. SVN commit 1184644 by pdamsten: Add Mil: http://en.wikipedia.org/wiki/Mil_%28unit_of_length%29 BUG: 248594 M +1 -1 converter.h M +7 -0 length.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1184644 The commit probably did not fix this bug, but a different. Please check. I cannot confirm this anymore in 4.7.4; without a network connection, it tells me that 1 Euro is equal to 1e-99 US Dollar (which may be true soon enough). Not exactly pretty, but the bug as it was seems solved to me. But feel free to tell me otherwise :) |