From: Eran I. <no...@so...> - 2014-01-06 12:59:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "codelite". The branch, master has been updated via f6f6a667a07905f04dfe0ec31d72289d6f391b6a (commit) from 934609332a1b063343d58cefe5fe12eb80aa27ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceforge.net/p/codelite/codelitegit/ci/f6f6a667a07905f04dfe0ec31d72289d6f391b6a commit f6f6a667a07905f04dfe0ec31d72289d6f391b6a Author: Eran <era...@gm...> Date: Mon Jan 6 14:58:51 2014 +0200 Fixed: launching a "GUI" appliaction with codelite-terminal is working properly diff --git a/LiteEditor/manager.cpp b/LiteEditor/manager.cpp index 6fb2aa3..fe0449e 100644 --- a/LiteEditor/manager.cpp +++ b/LiteEditor/manager.cpp @@ -1451,7 +1451,9 @@ wxString Manager::GetProjectExecutionCommand ( const wxString& projectName, wxSt } newCommand << " -- " << title; execLine = newCommand; - + } else if ( bldConf->IsGUIProgram() ) { + // do nothing run the command as-is + } else { wxString term; term = opts->GetProgramConsoleCommand(); ----------------------------------------------------------------------- Summary of changes: LiteEditor/manager.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- codelite |