|
|
|
@ -2845,7 +2845,7 @@ PodcastEpisode::showContextMenu( const TQPoint &position )
|
|
|
|
|
TDETrader::OfferList offers = TDETrader::self()->query( mimetype->name(), "Type == 'Application'" );
|
|
|
|
|
if( offers.empty() || (offers.size()==1 && offers.first()->name()=="Amarok") )
|
|
|
|
|
{
|
|
|
|
|
menu.insertItem( SmallIconSet( Amarok::icon( "run" ) ), i18n( "&Open With..."), OPEN_WITH );
|
|
|
|
|
menu.insertItem( SmallIconSet( Amarok::icon( "system-run" ) ), i18n( "&Open With..."), OPEN_WITH );
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
@ -2860,8 +2860,8 @@ PodcastEpisode::showContextMenu( const TQPoint &position )
|
|
|
|
|
++i;
|
|
|
|
|
}
|
|
|
|
|
openMenu->insertSeparator();
|
|
|
|
|
openMenu->insertItem( SmallIconSet( Amarok::icon( "run" ) ), i18n( "&Other..."), OPEN_WITH );
|
|
|
|
|
menu.insertItem( SmallIconSet( Amarok::icon( "run" ) ), i18n("&Open With"), openMenu, OPEN_WITH );
|
|
|
|
|
openMenu->insertItem( SmallIconSet( Amarok::icon( "system-run" ) ), i18n( "&Other..."), OPEN_WITH );
|
|
|
|
|
menu.insertItem( SmallIconSet( Amarok::icon( "system-run" ) ), i18n("&Open With"), openMenu, OPEN_WITH );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if( MediaBrowser::isAvailable() )
|
|
|
|
|