Package: quodlibet-plugins
Version: 20100104-1

I have not enabled QLScrobbler, and I do not plan to enable it.
Nevertheless, every time I start quodlibet or refresh the plugins,
it insists on asking me to configure it.  I "fixed" it like so,
Conan-style, but perhaps this is not the best way to do it.


--- events/qlscrobbler.py       2010-01-05 09:23:37.000000000 +1300
+++ /usr/share/pyshared/quodlibet/plugins/events/qlscrobbler.py 2010-01-08 
20:08:22.000000000 +1300
@@ -149,6 +149,8 @@
         return 0
 
     def check_config(self):
+        if not self.__enabled:
+            return
         user = config_get('username')
         passw = md5(config_get('password')).hexdigest()
         url = config_get_url()

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to