VirtualBox

Ignore:
Timestamp:
Mar 25, 2009 3:47:05 AM (16 years ago)
Author:
vboxsync
Message:

VBoxGLSettingsNetwork::updateCurrentItem: item may be NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp

    r18237 r18238  
    460460    NetworkItem *item = static_cast <NetworkItem*> (mTwInterfaces->currentItem());
    461461    /* Set the final label text */
    462     mLbInfo->setText (item->updateInfo());
     462    mLbInfo->setText (item ? item->updateInfo() : QString());
    463463    /* Update availability */
    464464    mRemInterface->setEnabled (item);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette