From: Oliver Kurth Date: Wed, 10 Apr 2019 21:14:56 +0000 (-0700) Subject: Common source file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b66d0ff13324413deac6c522bd382ee450125e;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 d6b9ee889..70eefca60 100644 --- a/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c +++ b/open-vm-tools/services/plugins/dndcp/dnd/dndClipboard.c @@ -285,9 +285,9 @@ CPClipboard_SetItem(CPClipboard *clip, // IN/OUT: the clipboard * limit, the format will be dropped */ DND_CPFORMAT filterList[] = {CPFORMAT_FILECONTENTS, - CPFORMAT_HTML_FORMAT, CPFORMAT_ART_GVML_CLIPFORMAT, CPFORMAT_BIFF12, + CPFORMAT_HTML_FORMAT, CPFORMAT_IMG_PNG, CPFORMAT_RTF, CPFORMAT_TEXT};