[Konsole-devel] [Bug 81514] Tabs "Text only" mode unavailable
Kurt V.Hindenburg
khindenburg at cherrynebula.net
Fri Jun 4 06:38:20 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=81514
khindenburg cherrynebula net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From khindenburg cherrynebula net 2004-06-04 08:38 -------
Try this patch. On another note, I notice that when the tab arrows are visible, left-clicking over the 'new-tab' button doesn't popup the 'Tab ...' menu. Oh well, another bug...
Index: konsole.cpp
===================================================================
RCS file: /home/kde/kdebase/konsole/konsole/konsole.cpp,v
retrieving revision 1.462
diff -u -p -r1.462 konsole.cpp
--- konsole.cpp 24 May 2004 11:12:45 -0000 1.462
+++ konsole.cpp 4 Jun 2004 06:37:01 -0000
@ -1925,6 +1925,8 @ void Konsole::createSessionTab(TEWidget
QIconSet Konsole::iconSetForSession(TESession *session) const
{
+ if (m_tabViewMode == ShowTextOnly)
+ return QIconSet();
return SmallIconSet(session->isMasterMode() ? "remote" : session->IconName());
}
More information about the konsole-devel
mailing list