Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
delete clipboard properties after pasting them
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
27536d2
..
6736464
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1151,8
+1151,7
@@
selnotify(XEvent *e)
* Deleting the property again tells the selection owner to send the
* next data chunk in the property.
*/
* Deleting the property again tells the selection owner to send the
* next data chunk in the property.
*/
- if (e->type == PropertyNotify)
- XDeleteProperty(xw.dpy, xw.win, (int)property);
+ XDeleteProperty(xw.dpy, xw.win, (int)property);
}
void
}
void