Adel Gadllah 8b0e846e0e background: Disconnect settings signal handler on destroy
We connect to the changed signal in _init() but never actually disconnect from
it. The callback has a reference to "this" which results into the background
object not getting garbage collected.

Fix that leaks by disconnecting in _destroy()

https://bugzilla.gnome.org/show_bug.cgi?id=709263
2013-10-02 15:43:30 +02:00
..
2013-08-31 19:53:37 +02:00
2013-04-06 11:10:30 -04:00
2011-11-11 11:15:38 -05:00