Skip to content

Commit

Permalink
Fix a bug where a directory was not getting the input file added to t…
Browse files Browse the repository at this point in the history
…he lumina-fm command properly.
  • Loading branch information
Ken Moore committed Sep 8, 2014
1 parent 8cf5da0 commit 496ffc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lumina-open/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ void getCMD(int argc, char ** argv, QString& binary, QString& args, QString& pat
bool useInputFile = false;
if(extension=="directory" && !showDLG){
cmd = "lumina-fm";
useInputFile=true;
}else if(extension=="desktop" && !showDLG){
bool ok = false;
XDGDesktop DF = LXDG::loadDesktopFile(inFile, ok);
Expand Down

0 comments on commit 496ffc4

Please sign in to comment.