diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-02 11:40:17 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-02 11:40:17 +0800 |
commit | ef025c689be33a54883b5e8b77e58916d1c8002d (patch) | |
tree | 8abbb29457c28208bfa599c444bcb82b92fafba7 /calendar/ChangeLog | |
parent | 342880e798defc90709e5e7cf97f89be71eab188 (diff) | |
download | gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar.gz gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar.bz2 gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar.lz gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar.xz gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.tar.zst gsoc2013-evolution-ef025c689be33a54883b5e8b77e58916d1c8002d.zip |
If the default category is the same as the value passed in to this
2001-08-01 Federico Mena Quintero <federico@ximian.com>
* gui/calendar-model.c (calendar_model_value_is_empty): If the
default category is the same as the value passed in to this
function, return TRUE. This could be a hack or not, but it
prevents two items from being added to the table if a category is
selected.
* gui/e-tasks.c (setup_widgets): Allow the search bar to shrink
horizontally.
* gui/dialogs/task-page.c (clear_widgets): Pass valid values to
e_dialog_option_menu_set(); these need to come from the status map.
svn path=/trunk/; revision=11565
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index be19f93e64..3681d760b4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2001-08-01 Federico Mena Quintero <federico@ximian.com> + + * gui/calendar-model.c (calendar_model_value_is_empty): If the + default category is the same as the value passed in to this + function, return TRUE. This could be a hack or not, but it + prevents two items from being added to the table if a category is + selected. + + * gui/e-tasks.c (setup_widgets): Allow the search bar to shrink + horizontally. + + * gui/dialogs/task-page.c (clear_widgets): Pass valid values to + e_dialog_option_menu_set(); these need to come from the status map. + 2001-08-01 Damon Chaplin <damon@ximian.com> * cal-client/cal-client.c: removed debugging messages. |