[dia/dia-0-97] Bug #583675 - missing sentinel
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Subject: [dia/dia-0-97] Bug #583675 - missing sentinel
- Date: Sun, 28 Jun 2009 20:59:51 +0000 (UTC)
commit 68fcef1bff7a9b69bd9dd87307e205a656b0b11f
Author: Hans Breuer <hans breuer org>
Date: Sun Jun 28 22:15:47 2009 +0200
Bug #583675 - missing sentinel
(cherry picked from commit 65a76d16d1c51cbf438736d303af6fc26df59d6b)
objects/Istar/goal.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/objects/Istar/goal.c b/objects/Istar/goal.c
index e2a90ec..1244a52 100644
--- a/objects/Istar/goal.c
+++ b/objects/Istar/goal.c
@@ -174,6 +174,7 @@ static PropOffset goal_offsets[] = {
ELEMENT_COMMON_PROPERTIES_OFFSETS,
{ "type", PROP_TYPE_ENUM, offsetof(Goal,type)},
{ "text", PROP_TYPE_TEXT, offsetof(Goal,text)},
+ { NULL, 0, 0 }
};
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]