From f5ea5f1bbfbbae19ca6823c997410820b576a587 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Sun, 7 Aug 2011 16:41:21 +0200 Subject: Fix template for EMITS_CHANGED_NONE Remove the errorneous in EMITS_CHANGED_NONE template code in interface.html which prevented Player_Node.html from rendering correctly --- doc/templates/interface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates/interface.html b/doc/templates/interface.html index 1962748e..d039fbe8 100644 --- a/doc/templates/interface.html +++ b/doc/templates/interface.html @@ -433,7 +433,7 @@ #elif $property.emits_changed == $property.EMITS_CHANGED_NONE
The org.freedesktop.DBus.Properties.PropertiesChanged - signal is not emitted when this property changes.
+ signal is not emitted when this property changes. #end if -- cgit v1.2.3