From e015ab0d81fe23a647445c4f33ecc95b251c582c Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Mon, 22 Jul 2013 11:50:03 -0700 Subject: [PATCH] Lower the priority of the notification bar to INFO. --- extensions/firefox/components/PdfStreamConverter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/firefox/components/PdfStreamConverter.js b/extensions/firefox/components/PdfStreamConverter.js index c89731b59..cac5f210f 100644 --- a/extensions/firefox/components/PdfStreamConverter.js +++ b/extensions/firefox/components/PdfStreamConverter.js @@ -359,7 +359,7 @@ ChromeActions.prototype = { } }]; notificationBox.appendNotification(message, 'pdfjs-fallback', null, - notificationBox.PRIORITY_WARNING_LOW, + notificationBox.PRIORITY_INFO_LOW, buttons, function eventsCallback(eventType) { // Currently there is only one event "removed" but if there are any other