Author: duncan
Date: Sat Oct 7 06:11:59 2006
New Revision: 8333
Modified:
branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py
Log:
Fixed the matching of tvlockfile to record.*
Modified: branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py
==============================================================================
--- branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py (original)
+++ branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py Sat Oct 7
06:11:59 2006
@@ -277,7 +277,7 @@
self.listings_threshold = listings_threshold
self.next_guide_check = 0
self.listings_expire = 0
- self.tvlockfile = config.FREEVO_CACHEDIR + '/record*'
+ self.tvlockfile = config.FREEVO_CACHEDIR + '/record.*'
icondir = os.path.join(config.ICON_DIR, 'status')
self.TVLOCKED = os.path.join(icondir, 'television_active.png')
self.TVFREE = os.path.join(icondir, 'television_inactive.png')
-------------------------------------------------------------------------
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