VirtualBox

Changeset 13460 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 21, 2008 7:43:31 PM (16 years ago)
Author:
vboxsync
Message:

Main (Guest Properties): properly initialise mGuestPropertyNotificationPattern to make vmCreator happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r13459 r13460  
    202202
    203203    mClipboardMode = ClipboardMode_Bidirectional;
     204    mGuestPropertyNotificationPatterns = "";
    204205}
    205206
     
    66796680            propertyNode.setValue <Bstr> ("flags", Bstr(szFlags));
    66806681        }
    6681         /* Temporary testbox hack */
    6682         if (mHWData->mGuestPropertyNotificationPatterns.isNull())
    6683             mHWData->mGuestPropertyNotificationPatterns = "";
    66846682        guestPropertiesNode.setValueOr <Bstr> ("notificationPatterns",
    66856683                                               mHWData->mGuestPropertyNotificationPatterns,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette