summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-03-19 14:00:08 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-03-19 14:00:08 +0000
commit2e236072c797ac317074148c979cebc48c8f71a2 (patch)
tree2ae3fda25a74db5b8127674a13f72e33ddd2b8de /ChangeLog
parent74aeca46b088b0db39d6bbc8be1d5614f12bd167 (diff)
downloadlibwnck-2e236072c797ac317074148c979cebc48c8f71a2.tar.gz
Fix crash on logout because of some race condition. Fix bug #517750
2008-03-19 Vincent Untz <vuntz@gnome.org> Fix crash on logout because of some race condition. Fix bug #517750 * libwnck/pager.c: (wnck_pager_connect_window): use g_signal_connect() instead of g_signal_connect_object() since we'll disconnect the handlers (wnck_pager_disconnect_screen): disconnect signal handlers for all windows (wnck_pager_disconnect_window): helper function svn path=/trunk/; revision=1614
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f251d0b..59c59b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-03-19 Vincent Untz <vuntz@gnome.org>
+
+ Fix crash on logout because of some race condition.
+ Fix bug #517750
+
+ * libwnck/pager.c: (wnck_pager_connect_window): use g_signal_connect()
+ instead of g_signal_connect_object() since we'll disconnect the
+ handlers
+ (wnck_pager_disconnect_screen): disconnect signal handlers for all
+ windows
+ (wnck_pager_disconnect_window): helper function
+
2008-03-10 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.22.1