summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-21 17:36:43 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-08-21 17:36:43 +0200
commit8b7cb16c1c75dc6f185c1167b35d1ad2e76115f1 (patch)
treed49534d11dc757f82c05d79909cfc22234368476
parenta693ce9aa4c0a5389e2fdfa7181c05c61377f0d4 (diff)
Library: fix typo
because of it library wasn't refilled on db update.
-rw-r--r--nephilim/plugins/Library.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Library.py b/nephilim/plugins/Library.py
index b2a4ed7..27a91fd 100644
--- a/nephilim/plugins/Library.py
+++ b/nephilim/plugins/Library.py
@@ -156,7 +156,7 @@ class LibraryWidget(QtGui.QWidget):
self.layout().addWidget(self.library_view)
self.plugin.mpclient.connect_changed.connect(self.fill_library)
- self.plugin.mpclient.connect_changed.connect(self.fill_library)
+ self.plugin.mpclient.db_updated.connect(self.fill_library)
def refresh_modes(self):
self.modes.clear()