GNOME Bugzilla – Bug 703874
loginDialog: don't call non-existent setInitialKeyFocus function
Last modified: 2013-07-09 16:52:52 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.
Created attachment 248733 [details] [review] loginDialog: don't call non-existent setInitialKeyFocus function
Review of attachment 248733 [details] [review]: OK.