]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2004-12-30 John (J5) Palmieri <johnp@redhat.com>
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 30 Dec 2004 18:28:03 +0000 (18:28 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 30 Dec 2004 18:28:03 +0000 (18:28 +0000)
* python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED

ChangeLog
python/dbus.py

index 9a010398ea8e55244cccf1acbbce8f01da7bd552..be93fc5a522fc53480d2e935fe678cd2235c11b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
+
+       * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
+
 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
 
        * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
index 6d38667d9fb2509b9c1eaaa294a970e61dd081c8..2857e15fc704fcd837337b0ed05e9925900527ad 100644 (file)
@@ -63,7 +63,7 @@ class Bus:
     """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):