[totem] Fix the GVariant code in the Jamendo plugin's configuration dialogue
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Fix the GVariant code in the Jamendo plugin's configuration dialogue
- Date: Wed, 15 Dec 2010 19:07:31 +0000 (UTC)
commit 94f7eca4af87a06c4c557582364f0f240b94c497
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 15 19:06:42 2010 +0000
Fix the GVariant code in the Jamendo plugin's configuration dialogue
The dialogue is still broken due to bgo#637175, however.
src/plugins/jamendo/jamendo.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/jamendo/jamendo.py b/src/plugins/jamendo/jamendo.py
index 0baa449..e45eba2 100644
--- a/src/plugins/jamendo/jamendo.py
+++ b/src/plugins/jamendo/jamendo.py
@@ -141,7 +141,7 @@ class JamendoPlugin(gobject.GObject, Peas.Activatable, PeasGtk.Configurable):
config_widget = builder.get_object ('config_widget')
config_widget.connect ('destroy', self.on_config_widget_destroy)
format = self.settings.get_enum ('format')
- num_per_page = self.settings.get_int ('num-per-page')
+ num_per_page = self.settings.get_value ('num-per-page').get_uint32 ()
combo = builder.get_object('preferred_format_combo')
combo.set_active(format)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]