dbus/python service.py,1.7,1.8

John Palmieri johnp at freedesktop.org
Thu Oct 13 16:26:02 PDT 2005


Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv19977/python

Modified Files:
	service.py 
Log Message:
* python/service.py (ObjectType::_reflect_on_signal): Always close
signal tag even when there are no arguments

	


Index: service.py
===================================================================
RCS file: /cvs/dbus/dbus/python/service.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- service.py	5 Oct 2005 20:43:46 -0000	1.7
+++ service.py	13 Oct 2005 23:26:00 -0000	1.8
@@ -143,7 +143,7 @@
             reflection_data = reflection_data + '      <arg name="%s" type="v" />\n'%(arg)
             #reclaim some memory
             func._dbus_args = None
-            reflection_data = reflection_data + '    </signal>\n'
+        reflection_data = reflection_data + '    </signal>\n'
 
         return reflection_data
 



More information about the dbus-commit mailing list