aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-21 02:07:51 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-21 02:07:51 +0800
commit1e637bac617f25bc77e9d1128b3c7d6e7afaca67 (patch)
treed58115ae552b2241795092d9a7392d0dfaf406e5 /calendar/ChangeLog
parent1a7f3de2c544ee0569cbca3268a8daafcb23d994 (diff)
downloadgsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar.gz
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar.bz2
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar.lz
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar.xz
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.tar.zst
gsoc2013-evolution-1e637bac617f25bc77e9d1128b3c7d6e7afaca67.zip
** Fix for bug #568331
2009-01-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #568331 * gui/dialogs/comp-editor.c: (classification_changed_cb), (comp_editor_init): Notify changes of the classification. * gui/dialogs/comp-editor.c: (fill_widgets): Block classification change signal when filling widgets with values from a component. svn path=/trunk/; revision=37108
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f9ae4f0b26..4f640ebb48 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-20 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #568331
+
+ * gui/dialogs/comp-editor.c: (classification_changed_cb),
+ (comp_editor_init): Notify changes of the classification.
+ * gui/dialogs/comp-editor.c: (fill_widgets): Block classification
+ change signal when filling widgets with values from a component.
+
2009-01-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #567850