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 681382 - UserMenu: fix disconnecting a signal that was never connected
UserMenu: fix disconnecting a signal that was never connected
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-07 14:36 UTC by Giovanni Campagna
Modified: 2012-08-07 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
UserMenu: fix disconnecting a signal that was never connected (1.02 KB, patch)
2012-08-07 14:36 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-08-07 14:36:48 UTC
If a disabled account is removed, we receive account-removed without
ever seeing account-enabled, and thus _changingId is undefined.
Comment 1 Giovanni Campagna 2012-08-07 14:36:51 UTC
Created attachment 220564 [details] [review]
UserMenu: fix disconnecting a signal that was never connected
Comment 2 Florian Müllner 2012-08-07 14:41:22 UTC
Review of attachment 220564 [details] [review]:

Yup
Comment 3 Giovanni Campagna 2012-08-07 15:45:24 UTC
Attachment 220564 [details] pushed as 355ec9c - UserMenu: fix disconnecting a signal that was never connected