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



commit ff26e60eb31621d7bfadebf79a9ac56a51169ba8
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 ea66b84..da5f218 100644
--- a/gnome-flashback/libdesktop-background/gf-desktop-background.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-background.c
@@ -152,7 +152,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]