summaryrefslogtreecommitdiff
path: root/nephilim/plugins/PlayControl.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-20 17:15:48 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-20 17:15:48 +0100
commitdfa8df621e4bc9c68215db76ae2a09bc16fe6a04 (patch)
tree4f9543d1326fa3b9dea7e3268e11b3acc64e6ca6 /nephilim/plugins/PlayControl.py
parenteaccbb78851ecfcaa315e7398755571741aaad26 (diff)
Simplify loading plugins.
Diffstat (limited to 'nephilim/plugins/PlayControl.py')
-rw-r--r--nephilim/plugins/PlayControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/PlayControl.py b/nephilim/plugins/PlayControl.py
index 5b47627..e8dda8c 100644
--- a/nephilim/plugins/PlayControl.py
+++ b/nephilim/plugins/PlayControl.py
@@ -141,7 +141,7 @@ class wgPlayControl(QtGui.QToolBar):
except:
pass
-class pluginPlayControl(Plugin):
+class PlayControl(Plugin):
o=None
DEFAULTS = {'queue' : ''}
def __init__(self, winMain):