Changeset 4798

Show
Ignore:
Timestamp:
12/14/06 03:17:19 (22 months ago)
Author:
erijo
Message:

Return focus to text edit after canceling a send.

Fixes #1466.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/usereventdlg.cpp

    r4797 r4798  
    23462346    disconnect (sigman, SIGNAL(signal_doneUserFcn(ICQEvent *)), this, SLOT(sendDone_common(ICQEvent *))); 
    23472347 
     2348  if (mleSend != NULL) 
     2349    mleSend->setFocus(); 
     2350 
    23482351  if (e->Result() != EVENT_ACKED) 
    23492352  {