From 8d5f42d770abca69d490774f4b1fc8284e7a86be Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 03 Jun 2002 18:16:49 +0000 Subject: fixed bug with opening in app --- (limited to 'noncore') diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index 869a433..a000e9b 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp @@ -1689,9 +1689,9 @@ void AdvancedFm::showFileMenu() { } else { if ( app ) - m.insertItem( app->pixmap(), tr( "Open in " + app->name() ), this, SLOT( run() ) ); + m.insertItem( app->pixmap(), tr( "Open in " + app->name() ), this, SLOT( runThis() ) ); else if( QFileInfo(fi).isExecutable() ) - m.insertItem( tr( "Execute" ), this, SLOT( run() ) ); + m.insertItem( tr( "Execute" ), this, SLOT( runThis() ) ); m.insertItem( /*Resource::loadPixmap( "txt" ),*/ tr( "Open as text" ),this, SLOT( runText() ) ); } -- cgit v0.9.0.2