Navigation Menu

Skip to content

Commit

Permalink
[fingeterm] Add multiple window support
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed May 13, 2013
1 parent 632f5f5 commit 8794f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion qml/Menu.qml
Expand Up @@ -362,7 +362,6 @@ Rectangle {
}
}
Button {
visible: util.isHarmattan()
text: "New window"
onClicked: {
hideMenu();
Expand Down
3 changes: 2 additions & 1 deletion util.cpp
Expand Up @@ -105,7 +105,8 @@ void Util::openNewWindow()
params.append("new");
iface.call("launch", params);
}

#else
QProcess::startDetached("/usr/bin/fingerterm");
#endif //MEEGO_EDITION_HARMATTAN
}

Expand Down

0 comments on commit 8794f19

Please sign in to comment.