VirtualBox

Changeset 15514 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 15, 2008 4:00:22 PM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: get rid of annoying error message when trying to set a NULL description for a newly created image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r15492 r15514  
    130130        bool doClose = false;
    131131
    132         CHECK_ERROR(hardDisk,COMSETTER(Description)(comment));
     132        if (!comment.isEmpty())
     133        {
     134            CHECK_ERROR(hardDisk,COMSETTER(Description)(comment));
     135        }
    133136        ComPtr<IProgress> progress;
    134137        if (fStatic)
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