aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-12-11 03:24:42 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-12-11 03:24:42 +0800
commit68f8ea5429fed536060ccfe0ccba459b5bce709c (patch)
tree34fc0912731256a49cff94bd2d87713277782022 /calendar/ChangeLog
parent9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf (diff)
downloadgsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar.gz
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar.bz2
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar.lz
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar.xz
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.tar.zst
gsoc2013-evolution-68f8ea5429fed536060ccfe0ccba459b5bce709c.zip
removed code that connects to GnomeCalendar's "dates_shown_changed"
2001-12-10 Damon Chaplin <damon@ximian.com> * gui/control-factory.c (control_factory_new_control): removed code that connects to GnomeCalendar's "dates_shown_changed" signal. * gui/calendar-commands.c (gcal_calendar_dates_change_cb): (calendar_control_activate): moved it here, so it gets reconnected whenever the control is activated. Fixes bug #15798. svn path=/trunk/; revision=14960
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 a78e78ab94..6c95710d2e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,14 @@
2001-12-10 Damon Chaplin <damon@ximian.com>
+ * gui/control-factory.c (control_factory_new_control): removed code
+ that connects to GnomeCalendar's "dates_shown_changed" signal.
+
+ * gui/calendar-commands.c (gcal_calendar_dates_change_cb):
+ (calendar_control_activate): moved it here, so it gets reconnected
+ whenever the control is activated. Fixes bug #15798.
+
+2001-12-10 Damon Chaplin <damon@ximian.com>
+
* importers/GNOME_Evolution_Calendar_Importer.oaf.in: fixed executable
name. Fixes bug #16880.