loginDialog: MessageType is now in GdmUtil
https://bugzilla.gnome.org/show_bug.cgi?id=709286
This commit is contained in:
parent
15ab285174
commit
8737b06559
@ -619,7 +619,7 @@ const LoginDialog = new Lang.Class({
|
|||||||
|
|
||||||
// Translators: this message is shown below the username entry field
|
// Translators: this message is shown below the username entry field
|
||||||
// to clue the user in on how to login to the local network realm
|
// to clue the user in on how to login to the local network realm
|
||||||
this._authPrompt.setMessage(_("(e.g., user or %s)").format(hint), AuthPrompt.MessageType.HINT);
|
this._authPrompt.setMessage(_("(e.g., user or %s)").format(hint), GdmUtil.MessageType.HINT);
|
||||||
},
|
},
|
||||||
|
|
||||||
_askForUsernameAndBeginVerification: function() {
|
_askForUsernameAndBeginVerification: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user