Revert pull request #59 that would break RemoteApp.

This commit is contained in:
Vic Lee 2011-08-25 10:30:07 +08:00
parent 8f566e9268
commit bdc005123e

View File

@ -94,7 +94,7 @@ boolean xf_GetWindowProperty(xfInfo* xfi, Window window, Atom property, int leng
property, 0, length, False, AnyPropertyType,
&actual_type, &actual_format, nitems, bytes, prop);
if (status == None)
if (status != Success)
return False;
return True;