diff options
author | Larry Ewing <lewing@novell.com> | 2004-07-30 15:37:02 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-07-30 15:37:02 +0800 |
commit | c228009c175669bc3a017ca7a7c7cc53c40841ab (patch) | |
tree | 52b71bd7cafbaf72d6d5fcd0d374d46585086635 /calendar/ChangeLog | |
parent | 85eab7b3785b928852d6037d9076bebfffe39ca2 (diff) | |
download | gsoc2013-evolution-c228009c175669bc3a017ca7a7c7cc53c40841ab.tar.gz gsoc2013-evolution-c228009c175669bc3a017ca7a7c7cc53c40841ab.tar.zst gsoc2013-evolution-c228009c175669bc3a017ca7a7c7cc53c40841ab.zip |
hide dialog items that don't apply when editing properties.
004-07-28 Larry Ewing <lewing@novell.com>
* gui/dialogs/calendar-setup.c (dialog_hide_unused_options): hide
dialog items that don't apply when editing properties.
(general_update_dialog): check to make sure we have a source
before checking its state.
svn path=/trunk/; revision=26773
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e5e85fd19d..a75db139a2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-07-28 Larry Ewing <lewing@novell.com> + + * gui/dialogs/calendar-setup.c (dialog_hide_unused_options): hide + dialog items that don't apply when editing properties. + (general_update_dialog): check to make sure we have a source + before checking its state. + 2004-07-27 JP Rosevear <jpr@novell.com> Fixes #62006 |