]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix calender widget not highlighting date
author2009 <justin.endacott@gmail.com>
Wed, 1 Feb 2017 09:08:55 +0000 (19:08 +1000)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 09:08:55 +0000 (19:08 +1000)
commit91569eb5b4ffb200f3f68baaabcd42af32d13674
tree55ce7fcb5ecc11ee67ed854541d5430423ba49b2
parentb14eff9b1e5558b3d3ea47d5e6ac9d6db3d265de
Fix calender widget not highlighting date

- os.date was returning the day as 01 which meant the calendar icon was looking for 01.png instead of 1.png
- looks like the cal command pads the singe didgets which the gsub didn't account for
widgets/calendar.lua