From 26417f98a0808a3e66be0c2664dd58637c449185 Mon Sep 17 00:00:00 2001 From: Jim Mathies Date: Mon, 20 Sep 2010 09:43:40 -0500 Subject: [PATCH] Bug 594821 - delay initial jump list update. r=dao, a=beltzner --- browser/components/wintaskbar/WindowsJumpLists.jsm | 3 --- 1 file changed, 3 deletions(-) diff --git a/browser/components/wintaskbar/WindowsJumpLists.jsm b/browser/components/wintaskbar/WindowsJumpLists.jsm index 35db61e3de2..b0634990279 100644 --- a/browser/components/wintaskbar/WindowsJumpLists.jsm +++ b/browser/components/wintaskbar/WindowsJumpLists.jsm @@ -205,9 +205,6 @@ var WinTaskbarJumpList = // jump list refresh timer this._initTimer(); - - // build the list - this.update(); }, update: function WTBJL_update() {