summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-03-19 14:25:42 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-03-19 14:25:42 +0000
commitb3e383904e7b85d37d277625923096867eac4407 (patch)
tree41300a9881852d28f6d1f88fb6be5f484f6ac2b8 /ChangeLog
parentddf436f346a10793289fe33eab0ad018d336d55f (diff)
downloadlibwnck-b3e383904e7b85d37d277625923096867eac4407.tar.gz
Fix moving a window to an arbitrary workspace in viewport mode. Fix bug
2008-03-19 Vincent Untz <vuntz@gnome.org> Fix moving a window to an arbitrary workspace in viewport mode. Fix bug #520726. * libwnck/window-action-menu.c: (item_activated_callback): get the maths right. svn path=/trunk/; revision=1617
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 820b261..2ebf56e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-03-19 Vincent Untz <vuntz@gnome.org>
+ Fix moving a window to an arbitrary workspace in viewport mode.
+ Fix bug #520726.
+
+ * libwnck/window-action-menu.c: (item_activated_callback): get the
+ maths right.
+
+2008-03-19 Vincent Untz <vuntz@gnome.org>
+
Unstick windows when moving them in another workspace (viewport mode),
else the windows are just outside the visible screen.
Fix bug #520704.