Changeset 6498

Show
Ignore:
Timestamp:
08/26/08 18:57:40 (3 months ago)
Author:
eugene
Message:

Fixed the 'Keep Alias on Update' checkbox to be set only when alias is edited manually.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/userdlg/info.cpp

    r6479 r6498  
    181181        "Check this if you want to keep your changes to the Alias.")); 
    182182    lay->addWidget(chkKeepAliasOnUpdate, CR, 3, 1, 2); 
    183     connect(nfoAlias, SIGNAL(textChanged(const QString&)), SLOT(aliasChanged())); 
     183    connect(nfoAlias, SIGNAL(textEdited(const QString&)), SLOT(aliasChanged())); 
    184184  } 
    185185