Missing updated field is now correct.
---
src/phoneui-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/phoneui-utils.c b/src/phoneui-utils.c
index da8c741..893d537 100644
--- a/src/phoneui-utils.c
+++ b/src/phoneui-utils.c
@@ -153,8 +153,8 @@ _add_opimd_message(const char *number, const char *message)
tmp = _helpers_new_gvalue_string(message);
g_hash_table_insert(message_opimd, "Content", tmp);
- tmp = _helpers_new_gvalue_boolean(1);
- g_hash_table_insert(message_opimd, "MessageSent", tmp);
+ tmp = _helpers_new_gvalue_boolean(FALSE);
+ g_hash_table_insert(message_opimd, "New", tmp);
tmp = _helpers_new_gvalue_int(time(NULL));
g_hash_table_insert(message_opimd, "Timestamp", tmp);
--
1.7.1
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel