diff --git a/content/treestyletab/group.xul b/content/treestyletab/group.xul
index 0089875e..b36cefb0 100644
--- a/content/treestyletab/group.xul
+++ b/content/treestyletab/group.xul
@@ -5,6 +5,12 @@
onclick="onClick(event)"
ondblclick="onDblClick(event)"
title="&group.default;">
+
+
+
+
+
+
@@ -55,6 +61,8 @@ if (location.href.indexOf('?') > -1 && title) {
function enterEdit()
{
+ if (gDeck.selectedIndex == 1) return;
+
gEdit.value = gLabel.value;
gDeck.selectedIndex = 1;
gEdit.focus();