~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to Plugin/shell_command.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-10 10:13:06 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210101306-nzt1b7es8mby1eyi
Tags: 2.2.0.3681+dfsg-0ubuntu1
* New upstream release.
* Refresh patches.
* Adjust Makefile to avoid the execution of uninstall target. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
void ShellCommand::OnProcessTerminated(wxCommandEvent& e)
146
146
{
147
 
        EnvironmentConfig::Instance()->UnApplyEnv();
148
147
        ProcessEventData *ped = (ProcessEventData*)e.GetClientData();
149
148
        delete ped;
150
149
        CleanUp();