From 8737b065592a7b2e9a6307e5a1e44074b10eb44e Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 2 Oct 2013 13:09:14 -0400 Subject: [PATCH] loginDialog: MessageType is now in GdmUtil https://bugzilla.gnome.org/show_bug.cgi?id=709286 --- js/gdm/loginDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 1549ed13d..eb94554a8 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -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() {