~meier-philipp/humigraf/development

« back to all changes in this revision

Viewing changes to Humigraf/src/ch/praeber/humigraf/system/ImportDataThread.java

  • Committer: Philipp Meier
  • Date: 2012-07-31 13:49:09 UTC
  • Revision ID: meier.phi@gmail.com-20120731134909-c2jtviet0hqnem51
file save is working correct

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                control.stopThread();
117
117
                control.updateUiChart();
118
118
            }
 
119
            control.setSaved(false);
119
120
            return true;
120
121
        } else {
121
122
            control.stopThread();