[totem] Fix some syntax errors in the Jamendo plugin
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Fix some syntax errors in the Jamendo plugin
- Date: Sun, 5 Sep 2010 14:26:36 +0000 (UTC)
commit af088fb449760a17f27da55659c1591fe1384964
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Sep 5 15:17:11 2010 +0100
Fix some syntax errors in the Jamendo plugin
src/plugins/jamendo/jamendo.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/jamendo/jamendo.py b/src/plugins/jamendo/jamendo.py
index 8df3bc1..00234cd 100644
--- a/src/plugins/jamendo/jamendo.py
+++ b/src/plugins/jamendo/jamendo.py
@@ -155,10 +155,10 @@ class JamendoPlugin(gobject.GObject, Peas.Activatable, PeasUI.Configurable):
return config_widget
- def on_format_changed (self, settings, key)
+ def on_format_changed (self, settings, key):
JamendoService.AUDIO_FORMAT = self.settings.get_enum ('format')
- def on_num_per_page_changed (self, settings, key)
+ def on_num_per_page_changed (self, settings, key):
JamendoService.NUM_PER_PAGE = self.settings.get_int ('num-per-page')
def on_config_widget_destroy (self, widget):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]