Changeset 584:bdd984b4f613 in qutecom-2.2


Ignore:
Timestamp:
Mar 11, 2010 11:32:27 PM (3 years ago)
Author:
laurent@…
Branch:
default
Children:
585:37ffbb46b036, 587:a5603d5e5c5c
Message:

bug fix : auto start / background mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/src/presentation/qt/config/QtGeneralSettings.cpp

    r420 r584  
    6262 
    6363        _ui->startWengoPhoneCheckBox->setChecked(config.getGeneralAutoStart()); 
    64         _ui->startWengoPhoneCheckBox->setChecked(config.getGeneralStartBackgroundMode()); 
     64        _ui->startBackgroundMode->setChecked(config.getGeneralStartBackgroundMode()); 
    6565        _ui->startFreeCallRadioButton->setChecked(config.getGeneralClickStartFreeCall()); 
    6666        _ui->callCellPhoneCheckBox->setChecked(config.getGeneralClickCallCellPhone()); 
Note: See TracChangeset for help on using the changeset viewer.