summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-10-08 23:18:05 +0000
committerElijah Newren <newren@src.gnome.org>2005-10-08 23:18:05 +0000
commit7ef871f73a2b3187d8d6b25f7b212161ecb4e683 (patch)
tree837a373bfcbe543f3b521645932e55c53ad8b200 /ChangeLog
parent29e38a2f5363f55343c770b869d36ffd38891465 (diff)
downloadmetacity-7ef871f73a2b3187d8d6b25f7b212161ecb4e683.tar.gz
Fix a crash that occurs when removing some virtual desktops and windows
2005-10-08 Elijah Newren <newren@gmail.com> Fix a crash that occurs when removing some virtual desktops and windows happen to be on those desktops. #318306. * src/workspace.c (meta_workspace_relocate_windows): Since windows cannot be on more than one workspace at a time, remove the window from the old workspace before adding it to the new one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7af54c09..bf4700fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-10-08 Elijah Newren <newren@gmail.com>
+ Fix a crash that occurs when removing some virtual desktops and
+ windows happen to be on those desktops. #318306.
+
+ * src/workspace.c (meta_workspace_relocate_windows): Since windows
+ cannot be on more than one workspace at a time, remove the window
+ from the old workspace before adding it to the new one.
+
+2005-10-08 Elijah Newren <newren@gmail.com>
+
Add my copyright notice to a number of files on which it should
already exist.