Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369633
Collapse All | Expand All

(-)a/src/ViewContainer.cpp (-1 / +1 lines)
Lines 443-449 TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject* Link Here
443
    _closeTabButton->setIcon(KIcon("tab-close"));
443
    _closeTabButton->setIcon(KIcon("tab-close"));
444
    _closeTabButton->adjustSize();
444
    _closeTabButton->adjustSize();
445
    _closeTabButton->setHidden(true);
445
    _closeTabButton->setHidden(true);
446
    _closeTabButton->setEnabled(false);
446
    //_closeTabButton->setEnabled(false);
447
447
448
    connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) );
448
    connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) );
449
    connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) );
449
    connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) );

Return to bug 369633