We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b36b7a commit 57b8a0aCopy full SHA for 57b8a0a
1 file changed
plugins/color/csd-color-state.c
@@ -1536,12 +1536,12 @@ static void
1536
csd_color_state_init (CsdColorState *state)
1537
{
1538
/* track the active session */
1539
- state->session = gnome_session_manager_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
1540
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
1541
- "org.gnome.SessionManager",
1542
- "/org/gnome/SessionManager",
1543
- NULL,
1544
- NULL);
+ state->session = G_DBUS_PROXY (gnome_session_manager_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ "org.gnome.SessionManager",
+ "/org/gnome/SessionManager",
+ NULL,
+ NULL));
1545
1546
#ifdef GDK_WINDOWING_X11
1547
/* set the _ICC_PROFILE atoms on the root screen */
0 commit comments