[mythtv-commits] mythtv branch fixes/0.27 updated by dekarl. v0.27.5-18-ge5e095b

Git Repo Owner noreply at mythtv.org
Sun Oct 4 19:58:58 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user dekarl.
       via  e5e095bcb6d03f1edd107c04a8cd14c90145c079 (commit)
      from  2ad315894af9a7770b29dbec5d0ca56a84534f49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e5e095bcb6d03f1edd107c04a8cd14c90145c079
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 3 Oct 2015 12:48:34 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 4 Oct 2015 21:57:54 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e5e095bcb6d03f1edd107c04a8cd14c90145c079

Fiddle with the theme template regular expression for #12003
It appears that \w worked for a long time. But does not match #
so it was changed to \S which matches everything but white space.

Now try with \w and explicit #.

The regexp is tested with online tools.
(I couldn't get QRegExp-Editor to build and refactoring to suit unit
tests didn't look easy)

Fixes #12003

(cherry picked from commit bb6fe50f70e47b836bcc9752af32996fd114a15e)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythui/mythuibuttonlist.cpp |    2 +-
 mythtv/libs/libmythui/mythuitext.cpp       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list