[rhythmbox] python: fix parent class for auto and static playlist sources
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] python: fix parent class for auto and static playlist sources
- Date: Wed, 9 Jun 2010 09:43:25 +0000 (UTC)
commit 6634b70cc8d5a7446c55dfc7b15f0ee020aa37bf
Author: Jonathan Matthew <jonathan d14n org>
Date: Wed Jun 9 19:43:05 2010 +1000
python: fix parent class for auto and static playlist sources
bindings/python/rb.defs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bindings/python/rb.defs b/bindings/python/rb.defs
index 6f4bbef..44d3012 100644
--- a/bindings/python/rb.defs
+++ b/bindings/python/rb.defs
@@ -52,14 +52,14 @@
(define-object StaticPlaylistSource
(in-module "RB")
- (parent "RBSource")
+ (parent "RBPlaylistSource")
(c-name "RBStaticPlaylistSource")
(gtype-id "RB_TYPE_STATIC_PLAYLIST_SOURCE")
)
(define-object AutoPlaylistSource
(in-module "RB")
- (parent "RBSource")
+ (parent "RBPlaylistSource")
(c-name "RBAutoPlaylistSource")
(gtype-id "RB_TYPE_AUTO_PLAYLIST_SOURCE")
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]