Changeset 13460 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 21, 2008 7:43:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13459 r13460 202 202 203 203 mClipboardMode = ClipboardMode_Bidirectional; 204 mGuestPropertyNotificationPatterns = ""; 204 205 } 205 206 … … 6679 6680 propertyNode.setValue <Bstr> ("flags", Bstr(szFlags)); 6680 6681 } 6681 /* Temporary testbox hack */6682 if (mHWData->mGuestPropertyNotificationPatterns.isNull())6683 mHWData->mGuestPropertyNotificationPatterns = "";6684 6682 guestPropertiesNode.setValueOr <Bstr> ("notificationPatterns", 6685 6683 mHWData->mGuestPropertyNotificationPatterns,
Note:
See TracChangeset
for help on using the changeset viewer.