summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-09-25 12:14:42 +0200
committerBastien Nocera <hadess@hadess.net>2014-09-25 12:15:10 +0200
commita064fcc74c2b756d4db195f7862b369ba5890e18 (patch)
tree979f726f91b34303f1c7083491f39318ea23fb5c
parent2560fbfb02be0c4748285dcf9d5375dbe527ab85 (diff)
downloadgnome-settings-daemon-a064fcc74c2b756d4db195f7862b369ba5890e18.tar.gz
remote-display: Initialise ->cancellable
At least once, right? https://bugzilla.redhat.com/show_bug.cgi?id=1145144
-rw-r--r--plugins/remote-display/gsd-remote-display-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/remote-display/gsd-remote-display-manager.c b/plugins/remote-display/gsd-remote-display-manager.c
index 616fb1a2..ffe9b7bc 100644
--- a/plugins/remote-display/gsd-remote-display-manager.c
+++ b/plugins/remote-display/gsd-remote-display-manager.c
@@ -197,6 +197,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