From f7b30c38ac18488e9a8f990be39bb83c6229ec81 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 28 Dec 2015 09:14:42 -0500 Subject: Remove the "Browse Files" link from the application menu (does not fit well here - use other links instead). --- lumina-desktop/AppMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/AppMenu.cpp') diff --git a/lumina-desktop/AppMenu.cpp b/lumina-desktop/AppMenu.cpp index c3dab3a3..f38d7d85 100644 --- a/lumina-desktop/AppMenu.cpp +++ b/lumina-desktop/AppMenu.cpp @@ -45,7 +45,7 @@ void AppMenu::updateAppList(){ //Now fill the menu bool ok; //for checking inputs //Add link to the file manager - this->addAction( LXDG::findIcon("user-home", ""), tr("Browse Files"), this, SLOT(launchFileManager()) ); + //this->addAction( LXDG::findIcon("user-home", ""), tr("Browse Files"), this, SLOT(launchFileManager()) ); //--Look for the app store XDGDesktop store = LXDG::loadDesktopFile(appstorelink, ok); if(ok){ -- cgit