- Timestamp:
- Jul 3, 2009 10:05:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSerial.cpp
r19634 r21189 254 254 static_cast<VBoxVMSettingsSerial*> (tab); 255 255 256 if (!page->mGbSerial->isChecked()) 257 continue; 258 256 259 /* Check the predefined port number unicity */ 257 if ( page->mGbSerial->isChecked() &&!page->isUserDefined())260 if (!page->isUserDefined()) 258 261 { 259 262 QString port = page->mCbNumber->currentText();
Note:
See TracChangeset
for help on using the changeset viewer.