aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-04-23 17:06:31 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-23 17:06:31 +0800
commit0696568dc90ebe0c1eab8e9b58a8f32707d1663c (patch)
treee9ff0006c8474eb02a7f826d21ef5e9faa0707bd /mail/ChangeLog
parent4b831234e0a82f9694913f9286356abf344745a3 (diff)
downloadgsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar.gz
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar.bz2
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar.lz
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar.xz
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.tar.zst
gsoc2013-evolution-0696568dc90ebe0c1eab8e9b58a8f32707d1663c.zip
** Fix for bug #529179
2008-04-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #529179 * em-folder-browser.c: (struct _EMFolderBrowserPrivate), (labels_changed_idle_cb), (gconf_labels_changed), (emfb_destroy): Rebuild search menu rather on idle, then immediately after the change in gconf, because other parts may not have this change propagated yet. svn path=/trunk/; revision=35408
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 21923c54af..cdf1e4f05b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-23 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #529179
+
+ * em-folder-browser.c: (struct _EMFolderBrowserPrivate),
+ (labels_changed_idle_cb), (gconf_labels_changed), (emfb_destroy):
+ Rebuild search menu rather on idle, then immediately after the change
+ in gconf, because other parts may not have this change propagated yet.
+
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #458505