mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #436 from MihaelaStoica/CA-167309
CA-167309: When clipboard sharing is turned off in the options, should not be possible to copy-and-paste from the guest to the XenCenter machine
This commit is contained in:
commit
f40c7b86e6
@ -581,6 +581,8 @@ namespace XenAdmin.ConsoleView
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!RedirectingClipboard())
|
||||
return;
|
||||
Program.Invoke(this, delegate()
|
||||
{
|
||||
if (Clipboard.ContainsText() && Clipboard.GetText() == text)
|
||||
|
Loading…
Reference in New Issue
Block a user