Skip to content
Snippets Groups Projects
Commit 2c0b9ef2 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1430] Get back DBUS_BUS_SESSION type

parent 32906e13
Branches
Tags
No related merge requests found
......@@ -203,7 +203,7 @@ dbus_connect ()
g_type_init ();
connection = dbus_g_bus_get (DBUS_BUS_SYSTEM, &error);
connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
if (error)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment