Used the wrong variable by mistake when checking whether a format announce

should be sent or not after transferring data X -> Windows.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@419 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Erik Forsberg 2003-06-11 09:00:38 +00:00
parent f335405bc5
commit 38ea9b71e8

View File

@ -313,7 +313,7 @@ cliprdr_handle_SelectionNotify(XSelectionEvent * event)
XFree(data); XFree(data);
if (!rdesktop_clipboard_target_atom) if (!rdesktop_is_selection_owner)
cliprdr_send_format_announce(); cliprdr_send_format_announce();
} }