[totem] Port Jamendo plugin to libpeas 0.5.5
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Port Jamendo plugin to libpeas 0.5.5
- Date: Sun, 5 Sep 2010 18:37:05 +0000 (UTC)
commit 396289afbf736b0c4678575649194778d9c4dbfa
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Sep 5 19:36:45 2010 +0100
Port Jamendo plugin to libpeas 0.5.5
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 00234cd..b64b326 100644
--- a/src/plugins/jamendo/jamendo.py
+++ b/src/plugins/jamendo/jamendo.py
@@ -34,7 +34,7 @@ import os
import gobject
from gi.repository import Gio
from gi.repository import Peas
-from gi.repository import PeasUI
+from gi.repository import PeasGtk
from gi.repository import Gtk
from gi.repository import GdkPixbuf
from gi.repository import Totem
@@ -63,7 +63,7 @@ except ImportError:
socket.setdefaulttimeout(30)
gobject.threads_init()
-class JamendoPlugin(gobject.GObject, Peas.Activatable, PeasUI.Configurable):
+class JamendoPlugin(gobject.GObject, Peas.Activatable, PeasGtk.Configurable):
__gtype_name__ = 'JamendoPlugin'
object = gobject.property(type = gobject.GObject)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]