diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | doc/dbus-tutorial.xml | 6 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2005-06-26  Havoc Pennington  <hp@redhat.com> + +	* doc/dbus-tutorial.xml: fix names of interface/service/path, fix +	from Don Park +  2005-06-26  Colin Walters  <walters@verbum.org>  	* glib/dbus-glib.c (dbus_set_g_error): Delete. diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml index bd6313c7..16a7207b 100644 --- a/doc/dbus-tutorial.xml +++ b/doc/dbus-tutorial.xml @@ -763,9 +763,9 @@ main (int argc, char **argv)    /* Create a proxy object for the "bus driver" (name "org.freedesktop.DBus") */    proxy = dbus_g_proxy_new_for_name (connection, -                                     DBUS_SERVICE_ORG_FREEDESKTOP_DBUS, -                                     DBUS_PATH_ORG_FREEDESKTOP_DBUS, -                                     DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS); +                                     DBUS_SERVICE_DBUS, +                                     DBUS_PATH_DBUS, +                                     DBUS_INTERFACE_DBUS);    /* Call ListNames method, wait for reply */    error = NULL;  | 
