aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2006-02-21 07:46:15 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-02-21 07:46:15 +0800
commit6147bd9db483b05d4cca30b24e9d57b65c0ca414 (patch)
tree0bbcd15105dcb6657b3e6864d4c21f779e5d3156 /shell
parentfbc1cb8629dbde1b7be2ecbf55416a0a85756cc1 (diff)
downloadgsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.gz
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.bz2
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.lz
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.xz
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.tar.zst
gsoc2013-evolution-6147bd9db483b05d4cca30b24e9d57b65c0ca414.zip
Clarify my last entry.
svn path=/trunk/; revision=31554
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
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".