[Player-cvs] mid/src music_view.py,1.7,1.7.2.1
praj at helixcommunity.org praj at helixcommunity.orgUpdate of /cvsroot/player/mid/src
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv1761/src
Modified Files:
Tag: hxclient_3_1_0_atlas
music_view.py
Log Message:
Merge to hxclient_3_1_0_atlas. Bug fix for 8259.
Index: music_view.py
===================================================================
RCS file: /cvsroot/player/mid/src/music_view.py,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- music_view.py 3 Jun 2008 10:51:34 -0000 1.7
+++ music_view.py 4 Jun 2008 21:16:53 -0000 1.7.2.1
@@ -301,7 +301,7 @@
self.update_song_tree_item(COLUMN_TIME, length)
def update_state_playlist(self):
- if self.__current_view == VIEW_PLAY_ONLINE:
+ if self.__current_view == VIEW_PLAY_ONLINE or self.__current_view == VIEW_LIST_ONLINE:
self.__current_view = VIEW_LIST_ONLINE
else:
self.__current_view = VIEW_LIST_SONGS