loginDialog: MessageType is now in GdmUtil

https://bugzilla.gnome.org/show_bug.cgi?id=709286
This commit is contained in:
Jasper St. Pierre 2013-10-02 13:09:14 -04:00
parent 15ab285174
commit 8737b06559

View File

@ -619,7 +619,7 @@ const LoginDialog = new Lang.Class({
// Translators: this message is shown below the username entry field
// 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() {