Skip to content

Commit 57b8a0a

Browse files
committed
csd-color-state.c: Fix build warning/error.
1 parent 1b36b7a commit 57b8a0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/color/csd-color-state.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -1536,12 +1536,12 @@ static void
15361536
csd_color_state_init (CsdColorState *state)
15371537
{
15381538
/* 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);
1539+
state->session = G_DBUS_PROXY (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));
15451545

15461546
#ifdef GDK_WINDOWING_X11
15471547
/* set the _ICC_PROFILE atoms on the root screen */

0 commit comments

Comments
 (0)