diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2006-02-21 07:46:15 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-21 07:46:15 +0800 |
commit | 6147bd9db483b05d4cca30b24e9d57b65c0ca414 (patch) | |
tree | 0bbcd15105dcb6657b3e6864d4c21f779e5d3156 | |
parent | fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1 (diff) | |
download | gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.gz gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.zst gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.zip |
Clarify my last entry.
svn path=/trunk/; revision=31554
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index fe905fd789..3b79d33599 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,9 +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. + ORBit2/linc2), otherwise if we have used any other component than + mail, we will 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. * main.c (main): On Win32, set the gtk-fallback-icon-theme to "gnome". |