From: Oliver Kurth Date: Thu, 28 Mar 2019 19:42:59 +0000 (-0700) Subject: Common source file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1e76f97989009fa44cbbfc1ac48e3e0083b9e7;p=thirdparty%2Fopen-vm-tools.git Common source file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c b/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c index a7b990277..d6b9ee889 100644 --- a/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c +++ b/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c @@ -281,8 +281,11 @@ CPClipboard_SetItem(CPClipboard *clip, // IN/OUT: the clipboard * more than limit. The order in filterList determines the order in which * the format will be fiiltered, e.g. HTML format will be first dropped, * then GVML,..., at last TEXT + * File content won't appear tegother with other formats, if exceeding size + * limit, the format will be dropped */ - DND_CPFORMAT filterList[] = {CPFORMAT_HTML_FORMAT, + DND_CPFORMAT filterList[] = {CPFORMAT_FILECONTENTS, + CPFORMAT_HTML_FORMAT, CPFORMAT_ART_GVML_CLIPFORMAT, CPFORMAT_BIFF12, CPFORMAT_IMG_PNG,