~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to incidenceeditor-ng/ktimezonecombobox.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      if ( systemTz.isValid() ) {
137
137
        spec.setType( systemTz );
138
138
      } else {
139
 
        const KCalCore::ICalTimeZone additionalTz = d->mAdditionalZones->zone( d->mZones[currentIndex()] );
 
139
        const KCalCore::ICalTimeZone additionalTz =
 
140
          d->mAdditionalZones->zone( d->mZones[currentIndex()] );
140
141
        spec.setType( additionalTz );
141
142
      }
142
143
    }