VirtualBox

Ignore:
Timestamp:
Aug 16, 2007 8:30:32 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23655
Message:

2240: Change snapshot folder error is not reported:

Added the error handling for the snapshot's folder unable to be changed in case of there are already snapshots created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

    r4071 r4165  
    18501850    /* Saved state folder */
    18511851    if (leSnapshotFolder->isModified())
     1852    {
    18521853        cmachine.SetSnapshotFolder (leSnapshotFolder->text());
     1854        if (!cmachine.isOk())
     1855            vboxProblem().cannotSetSnapshotFolder (cmachine);
     1856    }
    18531857
    18541858    /* Description */
Note: See TracChangeset for help on using the changeset viewer.

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