conduit r1664 - in trunk: . conduit/modules/BansheeModule



Author: jstowers
Date: Fri Aug 22 01:01:41 2008
New Revision: 1664
URL: http://svn.gnome.org/viewvc/conduit?rev=1664&view=rev

Log:
	* conduit/modules/BansheeModule/BansheeModule.py: Banshee icon is
	media-player-banshee. Fixes #547600


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/modules/BansheeModule/BansheeModule.py

Modified: trunk/conduit/modules/BansheeModule/BansheeModule.py
==============================================================================
--- trunk/conduit/modules/BansheeModule/BansheeModule.py	(original)
+++ trunk/conduit/modules/BansheeModule/BansheeModule.py	Fri Aug 22 01:01:41 2008
@@ -33,7 +33,7 @@
     _module_type_ = "source"
     _in_type_ = "file/audio"
     _out_type_ = "file/audio"
-    _icon_ = "banshee"
+    _icon_ = "media-player-banshee"
     _configurable_ = True
 
     MUSIC_DB = os.path.join(os.path.expanduser("~"),".config", "banshee", "banshee.db")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]