Blame SOURCES/0003-remote-display-Initialise-cancellable.patch

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