diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-14 08:09:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-14 08:09:47 +0800 |
commit | 92f0412ba6b65cc5adf0b0f107f3a884b4666367 (patch) | |
tree | ed03aec3d3661f2e90c3fa72b101a528c6538112 /mail/ChangeLog | |
parent | cc45a5c38cd05fd52388099e0c5ab9a7dcee1da2 (diff) | |
download | gsoc2013-evolution-92f0412ba6b65cc5adf0b0f107f3a884b4666367.tar.gz gsoc2013-evolution-92f0412ba6b65cc5adf0b0f107f3a884b4666367.tar.zst gsoc2013-evolution-92f0412ba6b65cc5adf0b0f107f3a884b4666367.zip |
Remove a bogus `GDK_THREADS_ENTER()'/`GDK_THREADS_LEAVE()' pair.
svn path=/trunk/; revision=4823
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf5c3f161f..6ac62b0d3f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2000-08-13 Ettore Perazzoli <ettore@helixcode.com> + * mail-config-gui.c (mail_config_druid): Don't + `GDK_THREADS_ENTER()'/`GDK_THREADS_LEAVE()'. + +2000-08-13 Ettore Perazzoli <ettore@helixcode.com> + * mail-threads.c (update_active_views): Just iterate through all the controls, not just the active ones. |