aboutsummaryrefslogtreecommitdiff
path: root/src/dminiwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dminiwm.c')
-rw-r--r--src/dminiwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dminiwm.c b/src/dminiwm.c
index e23cd2c..1733eba 100644
--- a/src/dminiwm.c
+++ b/src/dminiwm.c
@@ -1,4 +1,4 @@
-/* dminiwm.c [ 0.1.4 ]
+/* dminiwm.c [ 0.1.5 ]
*
* I started this from catwm 31/12/10
* Bad window error checking and numlock checking used from
@@ -783,7 +783,6 @@ void destroynotify(XEvent *e) {
if(i != 0) {
remove_window(ev->window);
- grabkeys();
select_desktop(tmp);
return;
}