Author: duncan
Date: Sat Mar 24 18:47:43 2007
New Revision: 9388

Modified:
   branches/rel-1/freevo/src/plugins/weather.py

Log:
Small fix from Pascal Schirrmann applied


Modified: branches/rel-1/freevo/src/plugins/weather.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/weather.py        (original)
+++ branches/rel-1/freevo/src/plugins/weather.py        Sat Mar 24 18:47:43 2007
@@ -471,7 +471,7 @@
 
         # obtain radar map
         popup.destroy()
-        popup = PopupBox(text=_('Fetching Radar Map for %s...' % 
self.popupParam))
+        popup = PopupBox(text=_('Fetching Radar Map for %s...') % 
self.popupParam)
         popup.show()
         try:
             if self.maplink is None:

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