-rw-r--r-- | noncore/apps/advancedfm/advancedfm.cpp | 4 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index 08dc24e..23244a2 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp | |||
@@ -813,8 +813,8 @@ void AdvancedFm::showFileMenu() { | |||
813 | if(Ir::supported()) | 813 | if(Ir::supported()) |
814 | m->insertItem( tr( "Beam File" ), this, SLOT( doBeam() )); | 814 | m->insertItem( tr( "Beam File" ), this, SLOT( doBeam() )); |
815 | m->setFocus(); | 815 | m->setFocus(); |
816 | m->exec( QCursor::pos() ); | 816 | m->exec( QPoint( 4,QCursor::pos().y()) ); |
817 | sleep(1); | 817 | |
818 | if(m) delete m; | 818 | if(m) delete m; |
819 | } | 819 | } |
820 | 820 | ||
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp index f0a0a35..0966f02 100644 --- a/noncore/apps/advancedfm/advancedfmData.cpp +++ b/noncore/apps/advancedfm/advancedfmData.cpp | |||
@@ -87,6 +87,7 @@ void AdvancedFm::init() { | |||
87 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); | 87 | fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); |
88 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); | 88 | fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); |
89 | fileMenu->insertSeparator(); | 89 | fileMenu->insertSeparator(); |
90 | fileMenu->insertItem( tr( "Make Symlink" ), this, SLOT( mkSym() )); | ||
90 | fileMenu->insertItem( tr( "Select All" ), this, SLOT( selectAll() )); | 91 | fileMenu->insertItem( tr( "Select All" ), this, SLOT( selectAll() )); |
91 | fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); | 92 | fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); |
92 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); | 93 | fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); |