Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275469 Details for
Bug 369633
kde-base/konsole-4.6.2: Close tab button is always inactive
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
enables the close tab button
close-tab.patch (text/plain), 660 bytes, created by
Ortwin Glueck
on 2011-06-01 11:25:46 UTC
(
hide
)
Description:
enables the close tab button
Filename:
MIME Type:
Creator:
Ortwin Glueck
Created:
2011-06-01 11:25:46 UTC
Size:
660 bytes
patch
obsolete
>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)) );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 369633
: 275469