Fix exec icon location and bring it into XDG compliance

feat/lzip-support
Timothy Pearson 10 years ago
parent ba5ff4aab1
commit 111a3248e7

@ -209,7 +209,7 @@ void KgProtocols::addProtocol( TQString name, bool changeCurrent )
{
protocolList->removeItem( protocolList->index( item ) );
TQListViewItem *listViewItem = new TQListViewItem( linkList, name );
listViewItem->setPixmap( 0, krLoader->loadIcon( "exec", TDEIcon::Small ) );
listViewItem->setPixmap( 0, krLoader->loadIcon( "application-x-executable", TDEIcon::Small ) );
if( changeCurrent )
linkList->setCurrentItem( listViewItem );

Loading…
Cancel
Save