Changeset 18238 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 25, 2009 3:47:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp
r18237 r18238 460 460 NetworkItem *item = static_cast <NetworkItem*> (mTwInterfaces->currentItem()); 461 461 /* Set the final label text */ 462 mLbInfo->setText (item ->updateInfo());462 mLbInfo->setText (item ? item->updateInfo() : QString()); 463 463 /* Update availability */ 464 464 mRemInterface->setEnabled (item);
Note:
See TracChangeset
for help on using the changeset viewer.