Changeset 6484 for trunk/qt4-gui/src

Show
Ignore:
Timestamp:
08/10/08 21:03:58 (4 months ago)
Author:
flynd
Message:

Changed default value to true as that is likely the behaviour most people expect.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/config/contactlist.cpp

    r6482 r6484  
    6464  iniFile.ReadBool("ScrollBar", myAllowScrollBar, true); 
    6565  iniFile.ReadBool("SystemBackground", myUseSystemBackground, false); 
    66   iniFile.ReadBool("DragMovesUser", myDragMovesUser, false); 
     66  iniFile.ReadBool("DragMovesUser", myDragMovesUser, true); 
    6767 
    6868  unsigned short flash;