~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/kst/updatethread.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-30 19:11:30 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630191130-acumuar75bz4puty
Tags: 1.2.1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  if (gotData) {
134
134
    *gotData = false;
135
135
  }
136
 
 
 
136
  
137
137
#if UPDATEDEBUG > 0
138
138
  if (force) {
139
139
    kstdDebug() << "Forced update!" << endl;
154
154
    KstBaseCurveList cl;
155
155
    KstDataObjectList dol;
156
156
    kstObjectSplitList<KstDataObject, KstBaseCurve>(KST::dataObjectList, cl, dol);
157
 
 
 
157
    
158
158
    // Update all curves
159
159
    for (uint i = 0; i < cl.count(); ++i) {
160
160
      KstBaseCurvePtr bcp = cl[i];