summaryrefslogtreecommitdiffstats
path: root/source/kde/kdebase/konsole_right_click-185466.patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kdebase/konsole_right_click-185466.patch.patch')
-rw-r--r--source/kde/kdebase/konsole_right_click-185466.patch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/kde/kdebase/konsole_right_click-185466.patch.patch b/source/kde/kdebase/konsole_right_click-185466.patch.patch
new file mode 100644
index 000000000..8e6f6c682
--- /dev/null
+++ b/source/kde/kdebase/konsole_right_click-185466.patch.patch
@@ -0,0 +1,11 @@
+--- ./apps/konsole/src/ViewContainer.cpp.orig 2011-04-04 15:05:38.000000000 -0500
++++ ./apps/konsole/src/ViewContainer.cpp 2011-04-04 15:08:58.000000000 -0500
+@@ -448,7 +448,7 @@
+ _closeTabButton->setIcon(KIcon("tab-close"));
+ _closeTabButton->adjustSize();
+ _closeTabButton->setHidden(true);
+- _closeTabButton->setEnabled(false);
++ _closeTabButton->setEnabled(true);
+
+ connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) );
+ connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) );