dbus/python dbus.py,1.14,1.15
John Palmieri
johnp at freedesktop.org
Thu Dec 30 10:28:05 PST 2004
Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv6551/python
Modified Files:
dbus.py
Log Message:
2004-12-30 John (J5) Palmieri <johnp at redhat.com>
* python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
Index: dbus.py
===================================================================
RCS file: /cvs/dbus/dbus/python/dbus.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dbus.py 27 Dec 2004 16:01:13 -0000 1.14
+++ dbus.py 30 Dec 2004 18:28:03 -0000 1.15
@@ -63,7 +63,7 @@
"""bus_type=[Bus.TYPE_SESSION | Bus.TYPE_SYSTEM | Bus.TYPE_ACTIVATION]
"""
- ACTIVATION_REPLY_ACTIVE = dbus_bindings.ACTIVATION_REPLY_ACTIVE
+ ACTIVATION_REPLY_ACTIVATED = dbus_bindings.ACTIVATION_REPLY_ACTIVATED
ACTIVATION_REPLY_ALREADY_ACTIVE = dbus_bindings.ACTIVATION_REPLY_ALREADY_ACTIVE
def __init__(self, bus_type=TYPE_SESSION, glib_mainloop=True):
More information about the dbus-commit
mailing list