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 703874 - loginDialog: don't call non-existent setInitialKeyFocus function
loginDialog: don't call non-existent setInitialKeyFocus function
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-09 14:18 UTC by Ray Strode [halfline]
Modified: 2013-07-09 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
loginDialog: don't call non-existent setInitialKeyFocus function (4.70 KB, patch)
2013-07-09 14:18 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-07-09 14:18:38 UTC
commit ea02380c1524c28e6538ffedb789a12c298742ab changed the login
dialog to not use ModalDialog anymore.  There's still one lingering
setInitialKeyFocus method call in the source, which will cause an
exception to be thrown when users have their user list disabled.

This commit fixes that.
Comment 1 Ray Strode [halfline] 2013-07-09 14:18:40 UTC
Created attachment 248733 [details] [review]
loginDialog: don't call non-existent setInitialKeyFocus function
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-07-09 16:39:13 UTC
Review of attachment 248733 [details] [review]:

OK.