[gnome-flashback] desktop-background: disconnect from right object



commit 540e90aa402ad4819e8f6ff8283ec959cffe49eb
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Nov 4 22:45:35 2016 +0200

    desktop-background: disconnect from right object

 .../libdesktop-background/gf-desktop-background.c  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libdesktop-background/gf-desktop-background.c 
b/gnome-flashback/libdesktop-background/gf-desktop-background.c
index 98085ce..b3c4781 100644
--- a/gnome-flashback/libdesktop-background/gf-desktop-background.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-background.c
@@ -149,7 +149,7 @@ gf_desktop_background_dispose (GObject *object)
 
   if (background->change_event_id != 0)
     {
-      g_signal_handler_disconnect (screen, background->change_event_id);
+      g_signal_handler_disconnect (background->settings, background->change_event_id);
       background->change_event_id = 0;
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]