From bb960369202a402e462d2c5033efe633a7a2606c Mon Sep 17 00:00:00 2001 From: "aza@More-Better-Internet.local" Date: Fri, 9 Apr 2010 15:17:59 -0700 Subject: [PATCH] + Tabs regain appropriate styling when being removed from a group. --- browser/base/content/tabcandy/app/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/tabcandy/app/groups.js b/browser/base/content/tabcandy/app/groups.js index fc8339f3345c..ba1983772b6a 100644 --- a/browser/base/content/tabcandy/app/groups.js +++ b/browser/base/content/tabcandy/app/groups.js @@ -330,7 +330,7 @@ window.Group.prototype = $.extend(new Item(), new Subscribable(), { if(index != -1) this._children.splice(index, 1); - $el.data("group", null); + $el.data("group", null).removeClass("tabInGroup"); item.setSize(item.defaultSize.x, item.defaultSize.y); $el.droppable("enable"); item.removeOnClose(this);