Author: dmeyer
Date: Wed Jan  3 16:47:55 2007
New Revision: 2335

Modified:
   trunk/popcorn/src/generic.py

Log:
add small fixme

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Wed Jan  3 16:47:55 2007
@@ -489,6 +489,9 @@
         Set a property to a new value. If an url is open right now, this 
         will only affect the current url.
         """
+        # FIXME: use pending for some properties to respect the state.
+        # E.g. user calls open();play();set_property() the set_property
+        # should be handled in STATE_PLAYING.
         if self._player:
             return self._player.set_property(prop, value)
         self._properties[prop] = value

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to