Changeset 3789 in ntrip


Ignore:
Timestamp:
Apr 5, 2012, 12:59:51 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3788 r3789  
    23912391void bncWindow::enableStartStop() {
    23922392
    2393   if      ( _pppSPPComboBox->currentText() == "Post-Processing" ) {
     2393  if      ( _pppSPPComboBox && _pppSPPComboBox->currentText() == "Post-Processing" ) {
    23942394    _actStart->setEnabled(true);
    23952395    _actStop->setEnabled(false);
    23962396  }
    2397   else if ( !_teqcActionComboBox->currentText().isEmpty() ) {
     2397  else if ( _teqcActionComboBox && !_teqcActionComboBox->currentText().isEmpty() ) {
    23982398    _actStart->setEnabled(true);
    23992399    _actStop->setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.