summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Filebrowser.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-03-06 10:31:54 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-03-06 10:31:54 +0100
commitc1e234beae44134d567fb3d8915a77649379fd63 (patch)
treec0662304dc023a9213b1b2466244473623def741 /nephilim/plugins/Filebrowser.py
parent4bb2fd69ab26566f93815dae4aef2679c57b9d05 (diff)
mpclient: get rid of CamelCase everywhere.
Diffstat (limited to 'nephilim/plugins/Filebrowser.py')
-rw-r--r--nephilim/plugins/Filebrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Filebrowser.py b/nephilim/plugins/Filebrowser.py
index b4d055d..5faa678 100644
--- a/nephilim/plugins/Filebrowser.py
+++ b/nephilim/plugins/Filebrowser.py
@@ -62,7 +62,7 @@ class wgFilebrowser(QtGui.QWidget):
paths = []
for index in self.view.selectedIndexes():
paths.append(u'file://' + unicode(self.model.filePath(index)))
- self.plugin.mpclient.addToPlaylist(paths)
+ self.plugin.mpclient.add(paths)
def path_changed(self):
if os.path.isdir(self.path.text()):