From 0a6dcb3f9e379229e61470d7e8d09ef431687f95 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Wed, 8 Jan 2014 18:43:01 +0100 Subject: [PATCH] Bug 957585 - Make jumplists listen for "active" idle topic instead of the defunct "back". r=jimm --- browser/modules/WindowsJumpLists.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/modules/WindowsJumpLists.jsm b/browser/modules/WindowsJumpLists.jsm index e7f7855198b5..9790ee693b13 100644 --- a/browser/modules/WindowsJumpLists.jsm +++ b/browser/modules/WindowsJumpLists.jsm @@ -573,7 +573,7 @@ this.WinTaskbarJumpList = } break; - case "back": + case "active": this._updateTimer(); break; }