summaryrefslogtreecommitdiff
path: root/common/gdbusutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdbusutils.c')
-rw-r--r--common/gdbusutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gdbusutils.c b/common/gdbusutils.c
index 710155ca..5e6351f4 100644
--- a/common/gdbusutils.c
+++ b/common/gdbusutils.c
@@ -1256,7 +1256,7 @@ _g_dbus_connection_call_async (DBusConnection *connection,
connection = dbus_bus_get (DBUS_BUS_SESSION, &derror);
if (connection == NULL)
{
- g_set_error (&data->io_error, G_IO_ERROR, G_IO_ERROR_INTERNAL_ERROR,
+ g_set_error (&data->io_error, G_IO_ERROR, G_IO_ERROR_FAILED,
"Can't open dbus connection");
g_idle_add (async_call_error_at_idle, data);
return;