Update of /cvsroot/freevo/freevo/lib/pyepg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23664/lib/pyepg
Modified Files:
guide.py
Log Message:
Bugfix in bad if statement.
Index: guide.py
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyepg/guide.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** guide.py 24 Mar 2005 17:58:55 -0000 1.25
--- guide.py 30 Mar 2005 03:08:17 -0000 1.26
***************
*** 531,535 ****
if search_description:
! if search_title or se: clause += ' or'
if exact_match:
clause = '%s description="%s"' % (clause, searchstr)
--- 531,535 ----
if search_description:
! if search_title or search_subtitle: clause += ' or'
if exact_match:
clause = '%s description="%s"' % (clause, searchstr)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog