[rhythmbox] ensure RBSource 'plugin' property is set during construction
- From: Jonathan Matthew <jmatthew src gnome org>
- To: svn-commits-list gnome org
- Subject: [rhythmbox] ensure RBSource 'plugin' property is set during construction
- Date: Fri, 19 Jun 2009 00:35:11 -0400 (EDT)
commit b53fa656b99149540dff96da4de18385977b9b71
Author: Jonathan Matthew <jonathan d14n org>
Date: Fri Jun 19 14:11:08 2009 +1000
ensure RBSource 'plugin' property is set during construction
sources/rb-source.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-source.c b/sources/rb-source.c
index 2b5109f..f77dd01 100644
--- a/sources/rb-source.c
+++ b/sources/rb-source.c
@@ -325,7 +325,7 @@ rb_source_class_init (RBSourceClass *klass)
"RBPlugin",
"RBPlugin instance for the plugin that created the source",
RB_TYPE_PLUGIN,
- G_PARAM_READWRITE));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
/**
* RBSource:base-query-model:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]