Skip to content

Commit

Permalink
Fixes #21: Dropped a no-longer-used array length argument to `Service…
Browse files Browse the repository at this point in the history
…s.prompt.select()`.
  • Loading branch information
Eyal Rozenberg committed Aug 14, 2020
1 parent 6251f44 commit 07cd319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/bidimailui-messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ BiDiMailUI.MessageOverlay = {
window,
BiDiMailUI.Strings.GetStringFromName("bidimailui.charset_dialog.window_title"),
BiDiMailUI.Strings.GetStringFromName("bidimailui.charset_dialog.dialog_message"),
list.length, list, selected);
list, selected);

if (ok) {

Expand Down

0 comments on commit 07cd319

Please sign in to comment.