diff options
author | Rodney Dawes <dobey@novell.com> | 2004-12-18 02:03:22 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-12-18 02:03:22 +0800 |
commit | 0fe65f8c1ac38f909d17cee1d61dad092ac164a0 (patch) | |
tree | 6ce2cfe8e5ea1ff5c7fac0abde307554e3636937 /calendar/ChangeLog | |
parent | 603f99314a9d14b4e8d7212f1d2d4189a4fe733a (diff) | |
download | gsoc2013-evolution-0fe65f8c1ac38f909d17cee1d61dad092ac164a0.tar.gz gsoc2013-evolution-0fe65f8c1ac38f909d17cee1d61dad092ac164a0.tar.zst gsoc2013-evolution-0fe65f8c1ac38f909d17cee1d61dad092ac164a0.zip |
Add callback function for doing ngettext on the "minutes" label
2004-12-17 Rodney Dawes <dobey@novell.com>
* gui/alarm-notify/alarm-notify-dialog.c (an_minutes_update_label):
Add callback function for doing ngettext on the "minutes" label
(alarm_notify_dialog): Get the "minutes" label from the glade file
and set the callback for its "value_changed" signal
Fixes #47535
svn path=/trunk/; revision=28146
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 4bd16537b3..bcd936c525 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2004-12-17 Rodney Dawes <dobey@novell.com> + + * gui/alarm-notify/alarm-notify-dialog.c (an_minutes_update_label): + Add callback function for doing ngettext on the "minutes" label + (alarm_notify_dialog): Get the "minutes" label from the glade file + and set the callback for its "value_changed" signal + + Fixes #47535 + 2004-12-13 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/calendar-setup.c : Correct some white space |