Author: duncan
Date: Tue Dec 19 13:08:21 2006
New Revision: 8744

Modified:
   branches/rel-1-6/freevo/src/plugins/autoshutdown.py
   branches/rel-1-6/freevo/src/util/fxdimdb.py

Log:
[ 1618747 ] PATCH: Fix some bugs in IMDB lookup
Patch from Temar applied
Corrected a spelling error in fxdimdb


Modified: branches/rel-1-6/freevo/src/plugins/autoshutdown.py
==============================================================================
--- branches/rel-1-6/freevo/src/plugins/autoshutdown.py (original)
+++ branches/rel-1-6/freevo/src/plugins/autoshutdown.py Tue Dec 19 13:08:21 2006
@@ -156,7 +156,7 @@
                 except ExNoWakeupNeeded:
                     msg = _("No wakeup scheduled.")
                 else:
-                    next_msg = time.strftime( config.TV_DATETIMEFORMAT, 
time.localtime(next))
+                    next_msg = Unicode(time.strftime( 
config.TV_DATETIMEFORMAT, time.localtime(next)))
                     next_min = int((next - time.time()) / 60)
                     msg = _("The next wakeup is scheduled at") + "\n" + 
next_msg
             else:

Modified: branches/rel-1-6/freevo/src/util/fxdimdb.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/fxdimdb.py (original)
+++ branches/rel-1-6/freevo/src/util/fxdimdb.py Tue Dec 19 13:08:21 2006
@@ -4,7 +4,7 @@
 # -----------------------------------------------------------------------
 # $Id$
 #
-# Notes: see http://pintje.servebeer.com/fxdimdb.html for documentatio,
+# Notes: see http://pintje.servebeer.com/fxdimdb.html for documentation,
 # Todo: 
 # - add support making fxds without imdb (or documenting it)
 # - webradio support?

-------------------------------------------------------------------------
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