[gnome-builder/search] search-context: providers is writable for construct
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/search] search-context: providers is writable for construct
- Date: Mon, 15 Dec 2014 04:29:36 +0000 (UTC)
commit 34fafc1d367cf7365782b5d3b09515d44339b392
Author: Christian Hergert <christian hergert me>
Date: Sun Dec 14 20:23:32 2014 -0800
search-context: providers is writable for construct
src/search/gb-search-context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/search/gb-search-context.c b/src/search/gb-search-context.c
index 4027cbc..9ec5d34 100644
--- a/src/search/gb-search-context.c
+++ b/src/search/gb-search-context.c
@@ -294,7 +294,7 @@ gb_search_context_class_init (GbSearchContextClass *klass)
g_param_spec_pointer ("providers",
_("Providers"),
_("The providers for the search context."),
- (G_PARAM_READABLE |
+ (G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, PROP_PROVIDERS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]