summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-03-14 17:36:03 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-03-14 17:36:03 +0100
commit96cea41e2b0cc230ed65396042b8c9f7ee7bd932 (patch)
tree07cf0eabf2f214e44bae076d508fd2f95c763c88 /nephilim/plugins/Notify.py
parent382123c53e8548085863b40c85dbf2ddc04f9738 (diff)
Notify: fix behavior on saving settings.
Diffstat (limited to 'nephilim/plugins/Notify.py')
-rw-r--r--nephilim/plugins/Notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Notify.py b/nephilim/plugins/Notify.py
index 4a1d536..2c03898 100644
--- a/nephilim/plugins/Notify.py
+++ b/nephilim/plugins/Notify.py
@@ -150,7 +150,7 @@ class Notify(Plugin):
self.settings().setValue('songformat', QVariant(self.format.text()))
self.settings().setValue('timer', QVariant(self.timer.text().toInt()[0]))
self.settings().endGroup()
- self.plugin.onSongChange(None)
+ self.plugin.onSongChange()
def get_settings_widget(self):
return self.SettingsWidgetNotify(self)