diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-11 14:36:00 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-11 14:36:00 -0400 |
commit | 2e1bf330a675e040ef0394ad2e58ae285cd9f450 (patch) | |
tree | a16934755c38f44bce4afc494c9c9f37f0aa4136 /lumina-fm/MainUI.cpp | |
parent | Adjust the tooltip for the applications tab of the user button. (diff) | |
download | lumina-2e1bf330a675e040ef0394ad2e58ae285cd9f450.tar.gz lumina-2e1bf330a675e040ef0394ad2e58ae285cd9f450.tar.bz2 lumina-2e1bf330a675e040ef0394ad2e58ae285cd9f450.zip |
Ensure that the window activation request is sent out when the file manager gets a single-instance dir request.
Diffstat (limited to 'lumina-fm/MainUI.cpp')
-rw-r--r-- | lumina-fm/MainUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.cpp b/lumina-fm/MainUI.cpp index 36c756d9..6a7f9b74 100644 --- a/lumina-fm/MainUI.cpp +++ b/lumina-fm/MainUI.cpp @@ -110,6 +110,7 @@ MainUI::~MainUI(){ } void MainUI::OpenDirs(QStringList dirs){ + //Now open the dirs if(dirs.isEmpty()){ dirs << QDir::homePath(); } QStringList invalid; for(int i=0; i<dirs.length(); i++){ |