~ubuntu-branches/ubuntu/feisty/psi/feisty

« back to all changes in this revision

Viewing changes to src/msgmle.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                e->ignore();
119
119
        else if(e->key() == Key_U && (e->state() & ControlButton))
120
120
                setText("");
 
121
        else if(e->key() == Key_C && (e->state() & ControlButton) && !hasSelectedText())
 
122
                e->ignore();
121
123
        else
122
124
                QTextEdit::keyPressEvent(e);
123
125
}