[rhythmbox] artdisplay: use the correct icon name for the throbber (bug #592404)



commit 2a1ad0aa73c5066ec2b0a1bcc705e484896dff7f
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 17 06:42:35 2009 +1000

    artdisplay: use the correct icon name for the throbber (bug #592404)

 plugins/artdisplay/artdisplay/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/artdisplay/artdisplay/__init__.py b/plugins/artdisplay/artdisplay/__init__.py
index e9010a8..628a314 100644
--- a/plugins/artdisplay/artdisplay/__init__.py
+++ b/plugins/artdisplay/artdisplay/__init__.py
@@ -36,7 +36,7 @@ FADE_TOTAL_TIME = 1000
 ART_MISSING_ICON = 'rhythmbox-missing-artwork'
 WORKING_DELAY = 500
 THROBBER_RATE = 10
-THROBBER = 'gnome-spinner'
+THROBBER = 'process-working'
 ASPECT_RATIO_MIN = 0.9
 ASPECT_RATIO_MAX = 1.1
 



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