Author: duncan
Date: Fri Jun 15 18:18:08 2007
New Revision: 9700

Added:
   branches/rel-1/freevo/contrib/artwork/bluebutton.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/greenbutton.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/redbutton.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/reminder-small.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/reminder.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/reminder2.psd   (contents, props 
changed)
   branches/rel-1/freevo/contrib/artwork/yellowbutton.psd   (contents, props 
changed)
   branches/rel-1/freevo/share/icons/misc/reminder_off.png   (contents, props 
changed)
   branches/rel-1/freevo/share/icons/misc/reminder_on.png   (contents, props 
changed)
   branches/rel-1/freevo/share/icons/themes/blurr/misc/
   branches/rel-1/freevo/share/icons/themes/blurr/misc/bluebutton.png   
(contents, props changed)
   branches/rel-1/freevo/share/icons/themes/blurr/misc/greenbutton.png   
(contents, props changed)
   branches/rel-1/freevo/share/icons/themes/blurr/misc/redbutton.png   
(contents, props changed)
   branches/rel-1/freevo/share/icons/themes/blurr/misc/yellowbutton.png   
(contents, props changed)
Modified:
   branches/rel-1/freevo/src/plugins/idlebar/remindicon.py

Log:
Added some more artwork
Changed remindicon to a post-it


Added: branches/rel-1/freevo/contrib/artwork/bluebutton.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/greenbutton.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/redbutton.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/reminder-small.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/reminder.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/reminder2.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/contrib/artwork/yellowbutton.psd
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/misc/reminder_off.png
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/misc/reminder_on.png
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/themes/blurr/misc/bluebutton.png
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/themes/blurr/misc/greenbutton.png
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/themes/blurr/misc/redbutton.png
==============================================================================
Binary file. No diff available.

Added: branches/rel-1/freevo/share/icons/themes/blurr/misc/yellowbutton.png
==============================================================================
Binary file. No diff available.

Modified: branches/rel-1/freevo/src/plugins/idlebar/remindicon.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/remindicon.py     (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/remindicon.py     Fri Jun 15 
18:18:08 2007
@@ -63,15 +63,14 @@
         IdleBarPlugin.__init__(self)
         self.plugin_name = 'idlebar.remindicon'
         self.time = 0
-        icondir = config.ICON_DIR
         self.images = {}
-        self.images['alert']   = os.path.join(icondir, 'misc/redbutton.png')
-        self.images['nothing'] = os.path.join(icondir, 'misc/bluebutton.png')
+        self.images['alert']   = os.path.join(config.ICON_DIR, 
'misc/reminder_on.png')
+        self.images['nothing'] = os.path.join(config.ICON_DIR, 
'misc/reminder_off.png')
         self.status = self.images['nothing']
         self.cmd = config.REMINDICON_CMD
 
     def config(self):
-        return [ ('REMINDICON_CMD', 'remind -h', 'Command to run the remind 
process') ]
+        return [ ('REMINDICON_CMD', 'remind -h', 'Command to run the remind 
(-h is hush)') ]
 
     def getStatus(self):
         if (time.time()-self.time)>60:

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

Reply via email to