Skip to content

Commit

Permalink
Fixes #150: Migrated yet one more setStatus() call to use `RemoveDu…
Browse files Browse the repository at this point in the history
…pes.StatusBar`
  • Loading branch information
eyalroz committed May 8, 2023
1 parent 12e4cba commit 9a2a938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/removedupes.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ RemoveDupes.MessengerOverlay.processMessagesInCollectedFoldersPhase2 = function
if (searchData.useReviewDialog) {
// if the user wants a dialog to pop up for the dupes,
// we can bother him/her with a message box for 'no dupes'
RemoveDupes.MessengerOverlay.setStatus('');
RemoveDupes.StatusBar.setStatus('');
RemoveDupes.namedAlert(window, 'no_duplicates_found');
} else {
// if the user wanted silent removal, we'll be more quiet about telling
Expand Down

0 comments on commit 9a2a938

Please sign in to comment.