[gnome-builder] htmldocument: fix property id



commit 525700875914b60d8a521b9259183f8b23fa285b
Author: Christian Hergert <christian hergert me>
Date:   Wed Dec 31 21:31:56 2014 -0800

    htmldocument: fix property id

 src/html/gb-html-document.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/html/gb-html-document.c b/src/html/gb-html-document.c
index ee972a5..bae1540 100644
--- a/src/html/gb-html-document.c
+++ b/src/html/gb-html-document.c
@@ -290,7 +290,7 @@ gb_html_document_class_init (GbHtmlDocumentClass *klass)
   object_class->get_property = gb_html_document_get_property;
   object_class->set_property = gb_html_document_set_property;
 
-  g_object_class_override_property (object_class, PROP_TITLE, "modified");
+  g_object_class_override_property (object_class, PROP_MODIFIED, "modified");
   g_object_class_override_property (object_class, PROP_TITLE, "title");
 
   gParamSpecs [PROP_BUFFER] =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]