From 272fae4221bc375fefb43810179aaff85b45b3ac Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 25 Sep 2014 12:14:42 +0200 Subject: [PATCH 3/3] remote-display: Initialise ->cancellable At least once, right? https://bugzilla.redhat.com/show_bug.cgi?id=1145144 --- plugins/remote-display/gsd-remote-display-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/remote-display/gsd-remote-display-manager.c b/plugins/remote-display/gsd-remote-display-manager.c index 104678b..9b58220 100644 --- a/plugins/remote-display/gsd-remote-display-manager.c +++ b/plugins/remote-display/gsd-remote-display-manager.c @@ -167,6 +167,7 @@ gsd_remote_display_manager_start (GsdRemoteDisplayManager *manager, gnome_settings_profile_start (NULL); manager->priv->desktop_settings = g_settings_new ("org.gnome.desktop.interface"); + manager->priv->cancellable = g_cancellable_new (); /* Check if spice is used: * https://bugzilla.gnome.org/show_bug.cgi?id=680195#c7 -- 2.1.0