Author: duncan
Date: Sat Jun  9 09:54:53 2007
New Revision: 9678

Added:
   branches/rel-1/freevo/src/gui/sounds.py
      - copied unchanged from r9671, /branches/rel-1/freevo/src/audio/sounds.py
Removed:
   branches/rel-1/freevo/src/audio/sounds.py
Modified:
   branches/rel-1/freevo/src/menu.py

Log:
Moved sounds from audio to gui
This is more a gui function than an audio function, this may seem strange
but the sounds module plays sounds for the gui actions. When this module
is in audio it causes a cyclic import loop resulting in freevo cache crashing


Modified: branches/rel-1/freevo/src/menu.py
==============================================================================
--- branches/rel-1/freevo/src/menu.py   (original)
+++ branches/rel-1/freevo/src/menu.py   Sat Jun  9 09:54:53 2007
@@ -37,7 +37,7 @@
 import skin
 import rc
 
-from audio import sounds
+from gui import sounds
 from event import *
 from item import Item
 from gui import GUIObject, AlertBox

-------------------------------------------------------------------------
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

Reply via email to