summaryrefslogtreecommitdiff
path: root/osinfo
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-12-29 02:15:45 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-12-29 02:20:23 +0200
commit6110076c6f082a595a24a424b764ff9e2c73a724 (patch)
treea816162083550aabaf81912cec9152322a2e33d6 /osinfo
parente279651cb9eee1f9cf5ca4d85594f7d0d04c2efb (diff)
Osinfo:entity is no longer construct-only
As you'll see in the following patch, we need to set ID on existing media instances now.
Diffstat (limited to 'osinfo')
-rw-r--r--osinfo/osinfo_entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osinfo/osinfo_entity.c b/osinfo/osinfo_entity.c
index dc5a965..b291252 100644
--- a/osinfo/osinfo_entity.c
+++ b/osinfo/osinfo_entity.c
@@ -135,7 +135,7 @@ osinfo_entity_class_init (OsinfoEntityClass *klass)
"ID",
_("Unique identifier"),
NULL /* default value */,
- G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_CONSTRUCT |
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS);
g_object_class_install_property (g_klass,