~ubuntu-branches/ubuntu/saucy/konsole/saucy

« back to all changes in this revision

Viewing changes to src/ColorScheme.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 22:29:34 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120726222934-atg7vgbll3evh4i4
Tags: 4:4.9.0-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
    if ( configGroup.hasKey("Transparent") ) {
354
354
        configGroup.deleteEntry("Transparent");
355
355
    }
 
356
    if ( configGroup.hasKey("Transparency") ) {
 
357
        configGroup.deleteEntry("Transparency");
 
358
    }
356
359
    if (entry.fontWeight != ColorEntry::UseCurrentFormat) {
357
360
        configGroup.writeEntry("Bold", entry.fontWeight == ColorEntry::Bold);
358
361
    }