[Kget] [Bug 77398] Not apparent which column the list is sorted by
Pino Toscano
toscano.pino at tiscali.it
Fri Mar 4 14:56:04 CET 2005
------- 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=77398
toscano.pino tiscali it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From toscano.pino tiscali it 2005-03-04 14:56 -------
CVS commit by pino:
Backporting implementation wish #77398 (wishlist): Not apparent which column the list is sorted by
BUGS: 77398
M +1 -0 kget_linkview.cpp 1.2.6.1
--- kdenetwork/kget/kget_plug_in/kget_linkview.cpp #1.2:1.2.6.1
@ -60,4 +60,5 @ void KGetLinkView::initView()
m_view->addColumn( i18n("File Type") );
m_view->addColumn( i18n("Location (URL)") );
+ m_view->setShowSortIndicator( true );
setCentralWidget( m_view );
More information about the Kget
mailing list