summaryrefslogtreecommitdiff
path: root/src/idle-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idle-connection.c')
-rw-r--r--src/idle-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle-connection.c b/src/idle-connection.c
index 4130fd7..deeb149 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -1605,7 +1605,7 @@ idle_connection_irc_command_send (IdleSvcConnectionInterfaceIRCCommand1 *iface,
_send_with_priority (self, command, SERVER_CMD_NORMAL_PRIORITY);
- dbus_g_method_return (context);
+ g_dbus_method_invocation_return_value (context, NULL);
}
static void irc_command_iface_init(gpointer g_iface,