Commit 57b8a0a 1 parent 1b36b7a commit 57b8a0a Copy full SHA for 57b8a0a
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1536,12 +1536,12 @@ static void
1536
1536
csd_color_state_init (CsdColorState * state )
1537
1537
{
1538
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 );
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 ) );
1545
1545
1546
1546
#ifdef GDK_WINDOWING_X11
1547
1547
/* set the _ICC_PROFILE atoms on the root screen */
You can’t perform that action at this time.
0 commit comments