diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-06-12 14:10:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-06-12 14:10:44 +0000 |
commit | 014a65964c200155ec01d633c8653c3840cec9c2 (patch) | |
tree | 2a0f56e94e232bb3be8563f3a80fe45bbeaf4c53 /tools/aewm-drakx/misc.c | |
parent | 726052354a8a77b85e11c620e3c9fbe98522ff57 (diff) | |
download | drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.gz drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.bz2 drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.xz drakx-014a65964c200155ec01d633c8653c3840cec9c2.zip |
merge with x86_64-branch
Diffstat (limited to 'tools/aewm-drakx/misc.c')
-rw-r--r-- | tools/aewm-drakx/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aewm-drakx/misc.c b/tools/aewm-drakx/misc.c index 9542c2cc3..fa0523534 100644 --- a/tools/aewm-drakx/misc.c +++ b/tools/aewm-drakx/misc.c @@ -25,6 +25,5 @@ int handle_xerror(Display *dpy, XErrorEvent *e) XGetErrorText(dpy, e->error_code, msg, sizeof msg); err("X error (%#lx): %s", e->resourceid, msg); - if (c) remove_client(c); return 0; } |