diff --git a/Changes b/Changes index 90dfb0e..76f3c5a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ 4.04_01 0000-00-00 Duncan Ferguson - Ensure documentation is generated using same perl as the build (Github issue #45) - New config file settings to allow terminals to run from different directories (Github issue #42) +- Workaround for glitch in KDE where windows can become unmoveable (Github issue #46) (thanks to Brandon Perkins) 4.04 2015-11-03 Duncan Ferguson - Include bash completion script in distribution (Github issue #29) diff --git a/lib/App/ClusterSSH.pm b/lib/App/ClusterSSH.pm index b619099..be66d10 100644 --- a/lib/App/ClusterSSH.pm +++ b/lib/App/ClusterSSH.pm @@ -584,7 +584,6 @@ sub send_text($@) { 'name' => $event, 'detail' => $code, 'state' => $state, - 'time' => time(), 'event' => $servers{$svr}{wid}, 'root' => $xdisplay->root(), 'same_screen' => 1, @@ -1754,7 +1753,6 @@ sub key_event { 'name' => $event, 'detail' => $keycode, 'state' => $state, - 'time' => time(), 'event' => $servers{$_}{wid}, 'root' => $xdisplay->root(), 'same_screen' => 1,