[gobject-introspection/mallard-templates] g-ir-doc-tool: Fix the id of signal pages for Python



commit 52c8a0fc9f26745a9c2e06c14fd2af91f8ea9370
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date:   Mon Feb 20 13:42:43 2012 +0100

    g-ir-doc-tool: Fix the id of signal pages for Python

 giscanner/mallard-Python-signal.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/mallard-Python-signal.tmpl b/giscanner/mallard-Python-signal.tmpl
index 263a403..7dcbb0c 100644
--- a/giscanner/mallard-Python-signal.tmpl
+++ b/giscanner/mallard-Python-signal.tmpl
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<page id="${namespace.name}.${node.name}"
+<page id="${namespace.name}.${node.parent.name}-${node.name}"
       type="topic"
       style="signal"
       xmlns="http://projectmallard.org/1.0/";



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