Author: duncan
Date: Wed Oct 10 16:36:27 2007
New Revision: 9947

Log:
Fix to use the skin's weather description and icon


Modified:
   branches/rel-1/freevo/share/skins/plugins/oneclick.fxd
   branches/rel-1/freevo/src/plugins/oneclick.py

Modified: branches/rel-1/freevo/share/skins/plugins/oneclick.fxd
==============================================================================
--- branches/rel-1/freevo/share/skins/plugins/oneclick.fxd      (original)
+++ branches/rel-1/freevo/share/skins/plugins/oneclick.fxd      Wed Oct 10 
16:36:27 2007
@@ -4,7 +4,7 @@
   <skin geometry="800x600">
     <!-- Items of the main menu -->
     <main>
-      <item label="oneclick" name="Weather Forecast" 
image="weather/weather_watermark.png"/>
+      <item label="weather" name="Weather Forecast" 
image="weather/weather_watermark.png"/>
     </main>
 
     <oneclick>

Modified: branches/rel-1/freevo/src/plugins/oneclick.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/oneclick.py       (original)
+++ branches/rel-1/freevo/src/plugins/oneclick.py       Wed Oct 10 16:36:27 2007
@@ -759,9 +759,9 @@
     '''
     def __init__(self, parent):
         _debug_('WeatherMainMenu.__init__(parent=%r)' % (parent), 2)
-        Item.__init__(self, parent, skin_type='oneclick')
+        Item.__init__(self, parent, skin_type='weather')
         self.parent = parent
-        self.name = _('Weather')
+        #self.name = _('Weather')
 
     def actions(self):
         ''' return a list of actions for this item '''

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to