~ubuntu-branches/ubuntu/maverick/knemo/maverick

« back to all changes in this revision

Viewing changes to src/knemod/interfacestatusdialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2007-07-19 21:48:50 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070719214850-hqbvq68le5cshks0
Tags: 0.4.8-1
* New upstream release
  - fixed high CPU load when the default gateway is missing (sysbackend)
  - spawns many processes even when disabled (Closes: #411013)
  - CPU usage way too high (Closes: #411146)
  - New upstream 0.4.8 (Closes: #432835)

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
    textLabelSpeedReceived->setText( QString::null );
268
268
 
269
269
    // clear wireless tab
270
 
    textLabelESSID->setText( QString::null );
271
 
    textLabelAccessPoint->setText( QString::null );
272
 
    textLabelNickName->setText( QString::null );
273
 
    textLabelMode->setText( QString::null );
274
 
    textLabelFreqChannel->setText( QString::null );
275
 
    textLabelBitRate->setText( QString::null );
276
 
    textLabelLinkQuality->setText( QString::null );
277
 
    textLabelEncryption->setText( QString::null );
 
270
    if ( mInterface->getData().wirelessDevice )
 
271
    {
 
272
        textLabelESSID->setText( QString::null );
 
273
        textLabelAccessPoint->setText( QString::null );
 
274
        textLabelNickName->setText( QString::null );
 
275
        textLabelMode->setText( QString::null );
 
276
        textLabelFreqChannel->setText( QString::null );
 
277
        textLabelBitRate->setText( QString::null );
 
278
        textLabelLinkQuality->setText( QString::null );
 
279
        textLabelEncryption->setText( QString::null );
 
280
    }
278
281
}
279
282
 
280
283
void InterfaceStatusDialog::statisticsChanged()