summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorjerous <jerous@gmail.com>2008-09-21 20:51:13 +0200
committerjerous <jerous@gmail.com>2008-09-21 20:51:13 +0200
commitdf6c9d328749ae9188952ac718f5071085ee63c9 (patch)
tree96dc72b2f1045933f0309970fb2d3e85ccc80f99 /plugins
parent6f0cb719695c0a420f1f0da1cac77293544b7b78 (diff)
bugfix: fetching results (used by lyrics and tabs) now looks through all sites, instead of quitting at first (possibly failing) hit
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Lyrics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Lyrics.py b/plugins/Lyrics.py
index 8d2ff8b..3a2ac68 100644
--- a/plugins/Lyrics.py
+++ b/plugins/Lyrics.py
@@ -159,6 +159,7 @@ class wgLyrics(QtGui.QWidget):
try:
ret=fetch(SE, sites, song, {})
if ret:
+ self.p.extended("Success!")
txt='%s<br /><br /><a href="%s">%s</a>'%(ret[0],ret[1],ret[1])
self.curLyrics=ret[0]
# save for later use!