Author: duncan
Date: Sun May 13 10:07:42 2007
New Revision: 9569
Modified:
branches/rel-1/freevo/ChangeLog
branches/rel-1/freevo/src/plugins/freevused.py
Log:
[ 1717661 ] Freevused change mute mixer event name
Patch from Gorka Olaizola applied
Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog (original)
+++ branches/rel-1/freevo/ChangeLog Sun May 13 10:07:42 2007
@@ -19,9 +19,10 @@
* Updated Catalan translation (F#1709740)
* Updated mplayer to allow multiple crop points (F#1712397)
* Fixed alsamixer choose mute control (B#1717659)
+ * Fixed freevused mute mixer event name has changed (B#1717661)
* Fixed recordserver failing to record consecutive shows (B#1715260)
* Fixed rss feed not correctly writing the fxd file (B#1710553)
- * Fixed weather plug-in for changed URLs (B#1717788)
+ * Fixed weather plug-in for changed URLs (B#1717788,B#1717660)
== Release 1.7.1 (2007-04-29) ==
--------------------------------
Modified: branches/rel-1/freevo/src/plugins/freevused.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/freevused.py (original)
+++ branches/rel-1/freevo/src/plugins/freevused.py Sun May 13 10:07:42 2007
@@ -34,7 +34,7 @@
# 'VOL-': 'MIXER_VOLDOWN', # 3rd row left
# 'STOP': 'EXIT', # 3rd row center
# 'VOL+': 'MIXER_VOLUP', # 3rd row right
-# 'VOLM': 'MIXER_VOLMUTE', # 4th row left
+# 'VOLM': 'MIXER_MUTE', # 4th row left
# 'SLCT': 'ENTER', # 4th row center
# 'MAIN': 'STOP', # 4th row right
@@ -173,7 +173,7 @@
'VOL-': 'MIXER_VOLDOWN', # 3rd row left
'STOP': 'EXIT', # 3rd row center
'VOL+': 'MIXER_VOLUP', # 3rd row right
- 'VOLM': 'MIXER_VOLMUTE', # 4th row left
+ 'VOLM': 'MIXER_MUTE', # 4th row left
'SLCT': 'ENTER', # 4th row center
'MAIN': 'STOP', # 4th row right
@@ -247,7 +247,7 @@
'VOL-': 'MIXER_VOLDOWN', # 3rd row left
'STOP': 'EXIT', # 3rd row center
'VOL+': 'MIXER_VOLUP', # 3rd row right
- 'VOLM': 'MIXER_VOLMUTE', # 4th row left
+ 'VOLM': 'MIXER_MUTE', # 4th row left
'SLCT': 'ENTER', # 4th row center
'MAIN': 'STOP', # 4th row right
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog