~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-security

« back to all changes in this revision

Viewing changes to kmail/kmcomposewin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-10 13:19:12 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100910131912-mn2dv0j0jv0i2yuw
Tags: 4:4.4.6-0ubuntu1
* New upstream release
  - Bump build-dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
3902
3902
 
3903
3903
  mSaveFont = mEditor->currentFont();
3904
3904
  mEditor->updateActionStates();
 
3905
  mEditor->setActionsEnabled( true );
3905
3906
}
3906
3907
 
3907
3908
//-----------------------------------------------------------------------------
3919
3920
  }
3920
3921
 
3921
3922
  mEditor->switchToPlainText();
 
3923
  mEditor->setActionsEnabled( false );
3922
3924
  slotUpdateFont();
3923
3925
  if ( toolBar( "htmlToolBar" )->isVisible() ) {
3924
3926
    // See the comment in enableHtml() why we use a singleshot timer, similar situation here.