Changeset 13459 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 21, 2008 6:59:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13457 r13459 6679 6679 propertyNode.setValue <Bstr> ("flags", Bstr(szFlags)); 6680 6680 } 6681 AssertRelease(!mHWData->mGuestPropertyNotificationPatterns.isNull()); 6681 /* Temporary testbox hack */ 6682 if (mHWData->mGuestPropertyNotificationPatterns.isNull()) 6683 mHWData->mGuestPropertyNotificationPatterns = ""; 6682 6684 guestPropertiesNode.setValueOr <Bstr> ("notificationPatterns", 6683 6685 mHWData->mGuestPropertyNotificationPatterns,
Note:
See TracChangeset
for help on using the changeset viewer.