diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-03-11 20:02:48 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-03-11 20:02:48 +0800 |
commit | 887b0ad8536c0940de0ac053e2da7b2540aa5267 (patch) | |
tree | bc1de760762896fc14f1a110c774aaec1fb870d0 /calendar/ChangeLog | |
parent | 29e5339298f35383c7925a3c6f71942c8e164634 (diff) | |
download | gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar.gz gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar.bz2 gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar.lz gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar.xz gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.tar.zst gsoc2013-evolution-887b0ad8536c0940de0ac053e2da7b2540aa5267.zip |
Handling static capability for disabling general send options at the
right palce. Fixes #73501
svn path=/trunk/; revision=29000
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d99d4fbe51..9eb77e13cb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2005-03-11 Sushma Rai <rsushma@novell.com> + + * gui/dialogs/event-page.c (event_page_show_options): Removed the check + for general options page static capability. Send options dialog will + not be created at this point. + (e_sendoptions_clicked_cb): Checking for the general options page + static capability, when used clicks send options button. + + * gui/dialogs/task-page.c (task_page_show_options) + (e_sendoptions_clicked_cb): Similar. + Fixes #73501 + 2005-03-09 Not Zed <NotZed@Ximian.com> * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): |