[rhythmbox] magnatune: remove leftover icon lookup code



commit 8f031ddcb582bdffc1e239f84cf3cccdc43e6315
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Dec 11 11:36:18 2010 +1000

    magnatune: remove leftover icon lookup code

 plugins/magnatune/magnatune/MagnatuneSource.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/magnatune/magnatune/MagnatuneSource.py b/plugins/magnatune/magnatune/MagnatuneSource.py
index e80f2ef..a9b684b 100644
--- a/plugins/magnatune/magnatune/MagnatuneSource.py
+++ b/plugins/magnatune/magnatune/MagnatuneSource.py
@@ -486,8 +486,6 @@ class MagnatuneSource(rb.BrowserSource):
 				manager = shell.get_player().get_property('ui-manager')
 				manager.get_action("/MagnatuneSourceViewPopup/MagnatuneCancelDownload").set_sensitive(False)
 				if success:
-					width, height = gtk.icon_size_lookup(gtk.ICON_SIZE_LARGE_TOOLBAR)
-					icon = rb.try_load_icon(gtk.icon_theme_get_default(), "magnatune", width, 0)
 					shell.notify_custom(4000, _("Finished Downloading"), _("All Magnatune downloads have been completed."))
 
 			self.__notify_status_changed()



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