From d049b582e1db60ee0f6fd02a40202145488c7288 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 2 Feb 2013 02:16:23 +0000
Subject: Add option to enable/disable canvas animation (fix/avoid #879).

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5016 a436a847-0d15-0410-975c-d299462d15a1
---
 src/client/ClientStore.cpp | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'src/client')

diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index 8c48ab72..4e4dd7d8 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -323,6 +323,11 @@ ClientStore::delta(const Raul::URI&            uri,
 	std::cerr << "}" << endl;
 #endif
 
+	if (uri == Raul::URI("ingen:/clients/this")) {
+		// Client property, which we don't store (yet?)
+		return;
+	}
+
 	if (!Node::uri_is_path(uri)) {
 		_log.error(Raul::fmt("Delta for unknown subject <%1%>\n")
 		           % uri.c_str());
-- 
cgit v1.2.1