2009-08-04 21:52:16 +02:00
|
|
|
Index: hw/vnc/cutpaste.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- hw/vnc/cutpaste.c
|
2008-08-07 01:37:06 +02:00
|
|
|
+++ hw/vnc/cutpaste.c
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -58,7 +58,7 @@
|
2008-08-07 01:37:06 +02:00
|
|
|
8, PropModeReplace, len,
|
|
|
|
(pointer)str, TRUE);
|
|
|
|
|
|
|
|
- if (dixLookupSelection(&pSel, XA_PRIMARY, serverClient, DixSetAttrAccess)) {
|
|
|
|
+ if (dixLookupSelection(&pSel, XA_PRIMARY, serverClient, DixSetAttrAccess) == Success) {
|
|
|
|
xEvent event;
|
|
|
|
|
|
|
|
if (pSel->client) {
|