Author: duncan
Date: Fri Oct 6 20:40:36 2006
New Revision: 8331
Modified:
branches/rel-1-5/freevo/src/plugins/upsoon.py
Log:
Removed AlertBoxes for the moment
Modified: branches/rel-1-5/freevo/src/plugins/upsoon.py
==============================================================================
--- branches/rel-1-5/freevo/src/plugins/upsoon.py (original)
+++ branches/rel-1-5/freevo/src/plugins/upsoon.py Fri Oct 6 20:40:36 2006
@@ -201,8 +201,9 @@
print os.read(viddev.getdevice(), 1)
except OSError:
rc.post_event(STOP)
- print 'device \"%s\" in use' % (vdev)
- AlertBox(text=_('Sorry, a program is about to start recording.
'), height=200).show()
+ _debug_('video device \"%s\" in use' % (vdev), dbglvl)
+ # Need to go back one menu
+ #AlertBox(text=_('Sorry, a program is about to start
recording. '), height=200).show()
viddev.close()
except:
print 'cannot check video device \"%s\"' % (vdev)
@@ -215,8 +216,9 @@
print os.read(viddev.getdevice(), 1)
except OSError:
rc.post_event(STOP)
- print 'device \"%s\" in use' % (rdev)
- AlertBox(text=_('Sorry, a program is about to start recording.
'), height=200).show()
+ _debug_('radio device \"%s\" in use' % (rdev), dbglvl)
+ # Need to go back one menu
+ #AlertBox(text=_('Sorry, a program is about to start
recording. '), height=200).show()
viddev.close()
except:
print 'cannot check radio device \"%s\"' % (rdev)
-------------------------------------------------------------------------
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