Author: tack
Date: Sun Apr 15 19:48:27 2007
New Revision: 2626
Modified:
trunk/epg/src/__init__.py
Log:
Better form.
Modified: trunk/epg/src/__init__.py
==============================================================================
--- trunk/epg/src/__init__.py (original)
+++ trunk/epg/src/__init__.py Sun Apr 15 19:48:27 2007
@@ -89,9 +89,8 @@
"""
if guide.status == DISCONNECTED:
connect()
- if block:
- while guide.status == CONNECTING:
- kaa.notifier.step()
+ while block and guide.status == CONNECTING:
+ kaa.notifier.step()
if block:
wait = guide.search(channel, time, **kwargs)
-------------------------------------------------------------------------
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