diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-08 05:43:28 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-08 05:43:28 +0800 |
commit | 13ef654ef7766db0bd74945607279ec56e49863d (patch) | |
tree | 56cb53b024607bb1dff8bdabef6abe4faf3411fd /calendar/ChangeLog | |
parent | 35a8813a4800909bc39ba284e79db08ae1fa2d11 (diff) | |
download | gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.gz gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.tar.zst gsoc2013-evolution-13ef654ef7766db0bd74945607279ec56e49863d.zip |
Added a "changed" signal to notify of changes to the set of selected days.
2000-11-07 Federico Mena Quintero <federico@helixcode.com>
* gui/weekday-picker.h (WeekdayPickerClass): Added a "changed"
signal to notify of changes to the set of selected days.
* gui/weekday-picker.c (weekday_picker_class_init): Create the
"changed" signal.
(weekday_picker_set_days): Emit the "changed" signal.
svn path=/trunk/; revision=6487
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 a7616b3728..8a79a0a802 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2000-11-07 Federico Mena Quintero <federico@helixcode.com> + + * gui/weekday-picker.h (WeekdayPickerClass): Added a "changed" + signal to notify of changes to the set of selected days. + + * gui/weekday-picker.c (weekday_picker_class_init): Create the + "changed" signal. + (weekday_picker_set_days): Emit the "changed" signal. + 2000-11-06 Jesse Pavel <jpavel@helixcode.com> *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI to |