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 740139 - worker: make sure SavedSessionNameRead is emitted for conversations without initial username
worker: make sure SavedSessionNameRead is emitted for conversations without i...
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-14 20:21 UTC by Ray Strode [halfline]
Modified: 2014-11-14 20:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
worker: make sure SavedSessionNameRead is emitted for conversations without initial username (11.18 KB, patch)
2014-11-14 20:22 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2014-11-14 20:21:59 UTC
We emit SavedSessionNameRead when we know the session associated with a
user account. Unfortunately, we don't emit the signal in the case we
don't know the username up front (such as with a smartcard).

This commit fixes it to be emitted in that case.
Comment 1 Ray Strode [halfline] 2014-11-14 20:22:01 UTC
Created attachment 290731 [details] [review]
worker: make sure SavedSessionNameRead is emitted for conversations without initial username
Comment 2 Ray Strode [halfline] 2014-11-14 20:22:20 UTC
Attachment 290731 [details] pushed as 340063f - worker: make sure SavedSessionNameRead is emitted for conversations without initial username