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 684702 - online-accounts: Remove unneeded signal disconnections
online-accounts: Remove unneeded signal disconnections
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Online Accounts
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-24 09:39 UTC by Bastien Nocera
Modified: 2012-09-25 09:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
online-accounts: Remove unneeded signal disconnections (1.95 KB, patch)
2012-09-24 09:39 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-09-24 09:39:30 UTC
.
Comment 1 Bastien Nocera 2012-09-24 09:39:32 UTC
Created attachment 225048 [details] [review]
online-accounts: Remove unneeded signal disconnections

Those signals will not be emitted anymore, as the objects that
could emit them will be destroyed.

Fixes a warning on exit, as panel->accounts_treeview is already
destroyed when we get there.
Comment 2 Bastien Nocera 2012-09-25 09:33:21 UTC
Attachment 225048 [details] pushed as 4a993e7 - online-accounts: Remove unneeded signal disconnections