Ticket #1389: licq_1.3.4-rc1_format_date_3_loki.patch

File licq_1.3.4-rc1_format_date_3_loki.patch, 493 bytes (added by Loki, 2 years ago)

another small fix which correctly sets "Date Format" enabled/disabled elements

  • licq-1.3.4-RC1/plugins/qt-gui/src/optionsdlg.cpp

     
    222222  } 
    223223 
    224224  if (isCustomDate) { 
    225     cmbDateFormat->setEnabled(false); 
    226225    chkCustomDateFormat->setChecked(true); 
     226    OptionsDlg::chkCustomDateFormatEnable(true); 
     227  } 
     228  else  
     229  { 
     230    OptionsDlg::chkCustomDateFormatEnable(false); 
    227231  } 
    228232 
    229233  customDateFormat->setText(mainwin->m_nDateFormat);