summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Filebrowser.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-09-19 09:32:15 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-09-19 09:32:15 +0200
commit6f1cf7b125325ec2d95986a60ee34ca127129fc8 (patch)
tree08bf092eccfe8e2439ca22fddca7d078a6b18284 /nephilim/plugins/Filebrowser.py
parented542b4a2659bea708cae4217e3983c7bd7f3048 (diff)
mpclient: change tagtypes, urlhandlers and commands to vars
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 983b8a2..7740afe 100644
--- a/nephilim/plugins/Filebrowser.py
+++ b/nephilim/plugins/Filebrowser.py
@@ -129,7 +129,7 @@ class wgFilebrowser(QtGui.QWidget):
self.view.setRootIndex(index)
self.path.setText(self.model.filePath(index))
else:
- if not 'file://' in self.plugin.mpclient.urlhandlers():
+ if not 'file://' in self.plugin.mpclient.urlhandlers:
self.logger.error('file:// handler not available. Connect via unix domain sockets.')
return
paths = []