Changeset 6210

Show
Ignore:
Timestamp:
05/25/08 15:50:18 (8 months ago)
Author:
eugene
Message:

Cancel group name editing if we receive an update for groups.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/editgrpdlg.cpp

    r6209 r6210  
    164164 
    165165    case LIST_INVALIDATE: 
     166      if (btnSave->isEnabled()) // we are editing the group name 
     167        slot_editcancel(); 
    166168      RefreshList(); 
    167169      break;