From 2c3345a4fd0d85a48ca441f908bc3d892786f2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 12 Dec 2010 19:03:36 +0100 Subject: Add change notifications to properties. Also fix the "human-name" property in LdSymbolCategory and correct gtk-doc comments for coordinates properties accessors in LdDocumentObject. --- src/ld-document.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ld-document.c') diff --git a/src/ld-document.c b/src/ld-document.c index 7b28745..79beebf 100644 --- a/src/ld-document.c +++ b/src/ld-document.c @@ -321,6 +321,8 @@ ld_document_set_modified (LdDocument *self, gboolean value) { g_return_if_fail (LD_IS_DOCUMENT (self)); self->priv->modified = value; + + g_object_notify (G_OBJECT (self), "modified"); } /** -- cgit v1.2.3