VirtualBox

Ignore:
Timestamp:
Apr 29, 2015 2:45:20 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99883
Message:

DnD: Another bugfix for protocol v1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp

    r55512 r55524  
    147147    CGuest guest = session.GetConsole().GetGuest();
    148148
    149     /* Start getting the data from the source. First inform the source we
    150      * want the data in the specified MIME type. */
     149    /* Start getting the data from the source. Request and transfer data
     150     * from the source and display a moddal progress dialog while doing this. */
    151151    CProgress progress = dndSource.Drop(strMimeType,
    152152                                        UIDnDHandler::toVBoxDnDAction(dropAction));
     
    203203                msgCenter().cannotDropData(progress, pParent);
    204204        }
    205         else
     205        else /* Don't pop up a message. */
    206206            rc = VERR_CANCELLED;
    207207    }
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