* [gentoo-commits] gentoo-x86 commit in net-irc/konversation/files: konversation-1.3_beta1-respect-close-button-tabs.patch
@ 2010-05-22 22:57 Dror Levin (spatz)
0 siblings, 0 replies; 2+ messages in thread
From: Dror Levin (spatz) @ 2010-05-22 22:57 UTC (permalink / raw
To: gentoo-commits
spatz 10/05/22 22:57:01
Added:
konversation-1.3_beta1-respect-close-button-tabs.patch
Log:
Version bump. Apply patch for last minute bug causing the tab close button preference to not be respected.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 net-irc/konversation/files/konversation-1.3_beta1-respect-close-button-tabs.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/konversation/files/konversation-1.3_beta1-respect-close-button-tabs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/konversation/files/konversation-1.3_beta1-respect-close-button-tabs.patch?rev=1.1&content-type=text/plain
Index: konversation-1.3_beta1-respect-close-button-tabs.patch
===================================================================
From aa233e3b66b675c62a03f1bce793e67b87b732b9 Mon Sep 17 00:00:00 2001
From: Eike Hein <hein@kde.org>
Date: Sat, 22 May 2010 22:01:51 +0200
Subject: [PATCH] Fix close buttons on tabs preference not being respected for top/bottom tabs.
---
src/viewer/viewcontainer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/viewer/viewcontainer.cpp b/src/viewer/viewcontainer.cpp
index 6207f66..d7b30e6 100644
--- a/src/viewer/viewcontainer.cpp
+++ b/src/viewer/viewcontainer.cpp
@@ -409,7 +409,7 @@ void ViewContainer::updateTabWidgetAppearance()
else
m_tabWidget->cornerWidget()->hide();
- m_tabWidget->tabBar()->setTabsClosable(true);
+ m_tabWidget->tabBar()->setTabsClosable(Preferences::self()->closeButtons());
m_tabWidget->setAutomaticResizeTabs(Preferences::self()->useMaxSizedTabs());
}
--
1.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/konversation/files: konversation-1.3_beta1-respect-close-button-tabs.patch
@ 2010-06-07 18:53 Dror Levin (spatz)
0 siblings, 0 replies; 2+ messages in thread
From: Dror Levin (spatz) @ 2010-06-07 18:53 UTC (permalink / raw
To: gentoo-commits
spatz 10/06/07 18:53:25
Removed:
konversation-1.3_beta1-respect-close-button-tabs.patch
Log:
Version bump, drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-07 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 18:53 [gentoo-commits] gentoo-x86 commit in net-irc/konversation/files: konversation-1.3_beta1-respect-close-button-tabs.patch Dror Levin (spatz)
-- strict thread matches above, loose matches on Subject: below --
2010-05-22 22:57 Dror Levin (spatz)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox