From b67c4ba420286470899a63ff8b2fbbfdc17d082c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 21 Sep 2016 21:30:07 +0200 Subject: New upstream version 0.24.0 --- src/core/DataObject.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/DataObject.vala') diff --git a/src/core/DataObject.vala b/src/core/DataObject.vala index 4d4566e..3c98e9e 100644 --- a/src/core/DataObject.vala +++ b/src/core/DataObject.vala @@ -115,7 +115,7 @@ public abstract class DataObject : Object { return object_id; } - public Value? get_collection_property(string name, Value? def = null) { + public Value get_collection_property(string name, Value? def = null) { if (member_of == null) return def; -- cgit v1.2.3