Changeset 13451 in vbox
- Timestamp:
- Oct 21, 2008 3:42:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13448 r13451 5212 5212 mHWData->mGuestProperties.push_back(property); 5213 5213 } 5214 if (!guestPropertiesNode.findKey ("NotificationPatterns").isNull()) 5215 notificationPatterns = guestPropertiesNode.stringValue ("NotificationPatterns"); 5214 notificationPatterns = guestPropertiesNode.stringValue ("NotificationPatterns"); 5216 5215 } 5217 5216 mHWData->mPropertyServiceActive = false;
Note:
See TracChangeset
for help on using the changeset viewer.