aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-02-21 07:26:08 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-02-21 07:26:08 +0800
commitca2a1a928c1f2f35cf058aa8263f4c36065305a3 (patch)
treea5d363a21bb0d65157b98a97a6c76bf0bf87b1cc /shell/ChangeLog
parent977ccdda60aa36b2c5da52898ab3300adcdbc58f (diff)
downloadgsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar.gz
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar.bz2
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar.lz
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar.xz
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.tar.zst
gsoc2013-evolution-ca2a1a928c1f2f35cf058aa8263f4c36065305a3.zip
On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise we
2006-02-21 Tor Lillqvist <tml@novell.com> * main.c (main): On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise we hang with the link_io_thread still running (blocked in g_poll()). Sigh, the linc2 code is a mystery. Why this is necessary I have no idea. svn path=/trunk/; revision=31550
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e8a733ec1c..d41fbabfe1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-21 Tor Lillqvist <tml@novell.com>
+
+ * main.c (main): On Win32, finally call link_shutdown() (from
+ ORBit2/linc2), otherwise we hang with the link_io_thread still
+ running (blocked in g_poll()). Sigh, the linc2 code is a
+ mystery. Why this is necessary I have no idea.
+
2006-02-07 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: changing year from 2005 to 2006.