diff options
author | Damon Chaplin <damon@ximian.com> | 2001-12-11 03:24:42 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-12-11 03:24:42 +0800 |
commit | 68f8ea5429fed536060ccfe0ccba459b5bce709c (patch) | |
tree | 34fc0912731256a49cff94bd2d87713277782022 /calendar/ChangeLog | |
parent | 9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf (diff) | |
download | gsoc2013-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/ChangeLog | 9 |
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. |