[glom] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Fix the build.
- Date: Tue, 28 Sep 2010 14:55:19 +0000 (UTC)
commit 4e99fbda6bc50057985168d1f9bcfa6bd6b78db9
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Sep 24 15:13:39 2010 +0200
Fix the build.
* glom/libglom/document/document.cc: Restore missing tag names mistakenly
removed in a previous commit.
ChangeLog | 7 +++++++
glom/libglom/document/document.cc | 4 +++-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 48b6c1f..cffb3cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-09-24 Murray Cumming <murrayc murrayc com>
+ Fix the build.
+
+ * glom/libglom/document/document.cc: Restore missing tag names mistakenly
+ removed in a previous commit.
+
+2010-09-24 Murray Cumming <murrayc murrayc com>
+
Const corrections in use of LayoutItem and LayoutItem_Field in vectors.
This allows DbTreeModel to take a vector of const items.
diff --git a/glom/libglom/document/document.cc b/glom/libglom/document/document.cc
index 65c1158..1afe216 100644
--- a/glom/libglom/document/document.cc
+++ b/glom/libglom/document/document.cc
@@ -197,7 +197,9 @@ static const char GLOM_ATTRIBUTE_VALUE[] = "value";
static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED[] = "choices_related";
static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_RELATIONSHIP[] = "choices_related_relationship";
static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_FIELD[] = "choices_related_field";
-static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_SECOND[] = "choices_related_second";
+static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_EXTRA_LAYOUT[] = "choices_related_extra_layout";
+static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_SECOND[] = "choices_related_second"; //deprecated
+static const char GLOM_ATTRIBUTE_FORMAT_CHOICES_RELATED_SHOW_ALL[] = "choices_related_show_all";
static const char GLOM_NODE_TRANSLATIONS_SET[] = "trans_set";
static const char GLOM_NODE_TRANSLATION[] = "trans";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]