[gnome-todo] object: Don't set "uid" as construct
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] object: Don't set "uid" as construct
- Date: Sun, 9 Jun 2019 19:51:46 +0000 (UTC)
commit 23f6d9634836dd2214ac911cfd3a389f4cbce38d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Jun 9 00:31:01 2019 -0300
object: Don't set "uid" as construct
Otherwise we may get unwanted notifications.
src/gtd-object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtd-object.c b/src/gtd-object.c
index 4241a26..beb506b 100644
--- a/src/gtd-object.c
+++ b/src/gtd-object.c
@@ -166,7 +166,7 @@ gtd_object_class_init (GtdObjectClass *klass)
"Unique identifier of the object",
"The unique identifier of the object, defined by the backend",
NULL,
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT |
G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
/**
* GtdObject::loading:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]