After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646664 - places-sidebar: disconnect the gsettings handler callback in _dispose()
places-sidebar: disconnect the gsettings handler callback in _dispose()
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-04 00:00 UTC by Cosimo Cecchi
Modified: 2011-04-04 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
places-sidebar: disconnect the gsettings handler callback in _dispose() (1.13 KB, patch)
2011-04-04 00:00 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-04-04 00:00:27 UTC
Otherwise we crash when toggling the "Open each folder in its own window" preference.
Comment 1 Cosimo Cecchi 2011-04-04 00:00:34 UTC
Created attachment 185065 [details] [review]
places-sidebar: disconnect the gsettings handler callback in _dispose()

The GSettings object is a global singleton, so it will always survive the
sidebar; we should make sure to disconnect all the settings signal when
destroying the sidebar.
Comment 2 Cosimo Cecchi 2011-04-04 13:29:26 UTC
Pushed to master after the r-t approval.

Attachment 185065 [details] pushed as 68b57af - places-sidebar: disconnect the gsettings handler callback in _dispose()