Browse Source

Merge pull request #3504 from brendandahl/info-bar

Lower the priority of the notification bar to INFO.
Yury Delendik 12 years ago
parent
commit
c682c25bcf
  1. 2
      extensions/firefox/components/PdfStreamConverter.js

2
extensions/firefox/components/PdfStreamConverter.js

@ -359,7 +359,7 @@ ChromeActions.prototype = {
} }
}]; }];
notificationBox.appendNotification(message, 'pdfjs-fallback', null, notificationBox.appendNotification(message, 'pdfjs-fallback', null,
notificationBox.PRIORITY_WARNING_LOW, notificationBox.PRIORITY_INFO_LOW,
buttons, buttons,
function eventsCallback(eventType) { function eventsCallback(eventType) {
// Currently there is only one event "removed" but if there are any other // Currently there is only one event "removed" but if there are any other

Loading…
Cancel
Save