~ubuntu-branches/ubuntu/karmic/digikam/karmic

« back to all changes in this revision

Viewing changes to imageplugins/coreplugin/hsl/hsltool.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-02-14 17:52:28 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090214175228-axs6z8e5pgg7bqfx
Tags: 2:0.10.0~rc2-0ubuntu1
* New upstream release (release candidate 2)
* patches/01-kubuntu-fix-armel.patch: 
  - Dropped, included upstream
* control: 
  - Remove quilt from build-depends (no patches)
  - Add liblensfun-dev to build-depends (now in main)

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
    group.writeEntry("HueAdjustment", m_hInput->value());
255
255
    group.writeEntry("SaturationAdjustment", m_sInput->value());
256
256
    group.writeEntry("LighnessAdjustment", m_lInput->value());
 
257
    m_previewWidget->writeSettings();
257
258
    config->sync();
258
259
}
259
260