summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50b540c..8099d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2005-02-20 Elijah Newren <newren@gmail.com>
Backport of fix in the development branch; patch from Juerg
+ Billeter to fix #163343.
+
+ * libwnck/tasklist.c (wnck_tasklist_window_changed_geometry): If
+ there's only one monitor then skip the monitor-change checking
+ code to avoid use of uninitialized variables causing craziness.
+
+2005-02-20 Elijah Newren <newren@gmail.com>
+
+ Backport of fix in the development branch; patch from Juerg
Billeter to fix windows from all screen being shown when tasklist
is first created.