aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-22 03:30:36 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-22 03:30:36 +0800
commit4b2e8a5ec5ac91f0209a83587c8b81787fff9875 (patch)
tree81e74ee894b2479e49ed64cb0e2bdc2d98a24bee /calendar/ChangeLog
parentcd893ae5616862e9ecb725408fcadb64c486d823 (diff)
downloadgsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar.gz
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar.bz2
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar.lz
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar.xz
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.tar.zst
gsoc2013-evolution-4b2e8a5ec5ac91f0209a83587c8b81787fff9875.zip
** Fix for bug #362754
2009-01-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #362754 * addressbook/gui/component/addressbook-component.c: (ensure_sources): * calendar/gui/tasks-component.c: (ensure_sources): * calendar/gui/memos-component.c: (ensure_sources): * calendar/gui/calendar-component.c: (ensure_sources): Ensure to show default groups and sources with actual localized name, not the one it was stored last time. svn path=/trunk/; revision=37117
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2b7f4ec612..8b39b3b09a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-21 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #362754
+
+ * gui/tasks-component.c: (ensure_sources):
+ * gui/memos-component.c: (ensure_sources):
+ * gui/calendar-component.c: (ensure_sources):
+ Ensure to show default groups and sources with actual
+ localized name, not the one it was stored last time.
+
2009-01-21 Suman Manjunath <msuman@novell.com>
** Fix for bug #541209