diff options
Diffstat (limited to 'glib/dbus-gproxy.c')
| -rw-r--r-- | glib/dbus-gproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c index 59d86a31..b77e7d30 100644 --- a/glib/dbus-gproxy.c +++ b/glib/dbus-gproxy.c @@ -188,8 +188,8 @@ dbus_gproxy_begin_call (DBusGProxy *proxy,    LOCK_PROXY (proxy);    message = dbus_message_new_method_call (proxy->service, -                                          proxy->interface,                                            proxy->path, +                                          proxy->interface,                                            method);    if (message == NULL)      goto oom;  | 
