From 9a2a938fdf914027c9bcddc20b403048446a52c7 Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Mon, 8 May 2023 15:24:04 +0300 Subject: [PATCH] Fixes #150: Migrated yet one more `setStatus()` call to use `RemoveDupes.StatusBar` --- src/chrome/content/removedupes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/content/removedupes.js b/src/chrome/content/removedupes.js index 2f2c7971..85ec9397 100644 --- a/src/chrome/content/removedupes.js +++ b/src/chrome/content/removedupes.js @@ -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