Mercurial > audlegacy
comparison ChangeLog @ 2774:57363f3ded79 trunk
[svn] xchat-audacious.py:
- One final clean-up.
- Bump the version number (like I should have done two revisions ago when I fixed that bug)
author | deitarion |
---|---|
date | Wed, 16 May 2007 00:46:17 -0700 |
parents | cd9311fed796 |
children | 7adb736cb824 |
comparison
equal
deleted
inserted
replaced
2773:cd9311fed796 | 2774:57363f3ded79 |
---|---|
1 2007-05-16 07:24:43 +0000 Stephen Sokolow <deitarion@gmail.com> | |
2 revision [4572] | |
3 A few more xchat-audacious.py corrections: | |
4 - Oops. "return None" --> "return xchat.EAT_ALL" | |
5 - Compacted the code a bit more. | |
6 | |
7 trunk/contrib/xchat-audacious.py | 16 +++++----------- | |
8 1 file changed, 5 insertions(+), 11 deletions(-) | |
9 | |
10 | |
1 2007-05-16 06:53:07 +0000 Stephen Sokolow <deitarion@gmail.com> | 11 2007-05-16 06:53:07 +0000 Stephen Sokolow <deitarion@gmail.com> |
2 revision [4570] | 12 revision [4570] |
3 Fixes for xchat-audacious.py: | 13 Fixes for xchat-audacious.py: |
4 - Added checks for DBusException (bad D-Bus or no Audacious) | 14 - Added checks for DBusException (bad D-Bus or no Audacious) |
5 - Fixed an off-by-one error that rendered /sendtrack's check for a username useless | 15 - Fixed an off-by-one error that rendered /sendtrack's check for a username useless |