---
st.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/st.c b/st.c
index ac91d9f..cd470e7 100644
--- a/st.c
+++ b/st.c
_AT_@ -1012,6 +1012,8 @@ selnotify(XEvent *e) {
ofs = 0;
xsev = (XSelectionEvent *)e;
+ if (xsev->property == None)
+ return;
do {
if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs,
BUFSIZ/4, False, AnyPropertyType,
--
2.3.3
This archive was generated by hypermail 2.3.0 : Mon Mar 16 2015 - 17:00:10 CET