Revision 5206043...

Go back to digest for 9th February 2014

Bug Fixes in KDE Base

Martin Klapetek committed changes in [kde-workspace] plasma/generic/applets/digital-clock/contents/ui/DigitalClock.qml:

[plasma/digital-clock] Improve the time-format-extending regexp

Three small improvements in the regexp:

* No need for global matching
* Rather than .*h use anchored matching hh*
* Slight optimisation by replacing .* with .*?

File Changes

Modified 1 files
  • plasma/generic/applets/digital-clock/contents/ui/DigitalClock.qml
1 files changed in total