diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm index c8562677511f..283ab61f382f 100644 --- a/browser/components/sessionstore/SessionStore.jsm +++ b/browser/components/sessionstore/SessionStore.jsm @@ -881,10 +881,8 @@ var SessionStoreInternal = { if (activePageData) { if (activePageData.title) { tab.label = activePageData.title; - tab.crop = "end"; } else if (activePageData.url != "about:blank") { tab.label = activePageData.url; - tab.crop = "center"; } } else if (tab.hasAttribute("customizemode")) { win.gCustomizeMode.setTab(tab);