diff --git a/src/ViewContainer.cpp b/src/ViewContainer.cpp index 5ec9e49..14af283 100644 --- a/konsole/src/ViewContainer.cpp +++ b/konsole/src/ViewContainer.cpp @@ -443,7 +443,7 @@ TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject* _closeTabButton->setIcon(KIcon("tab-close")); _closeTabButton->adjustSize(); _closeTabButton->setHidden(true); - _closeTabButton->setEnabled(false); + //_closeTabButton->setEnabled(false); connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) ); connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) );