Changeset 18063 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 18, 2009 12:50:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp
r17987 r18063 246 246 void VBoxVMSettingsNetwork::detailsClicked() 247 247 { 248 /* Lock the button to avoid double-click bug */ 249 mTbDetails->setEnabled (false); 248 250 /* Reload alternate list */ 249 251 KNetworkAttachmentType type = attachmentType(); … … 267 269 mDetails->exec(); 268 270 updateAttachmentInfo(); 271 /* Unlock the previously locked button */ 272 mTbDetails->setEnabled (true); 269 273 } 270 274
Note:
See TracChangeset
for help on using the changeset viewer.