diff options
author | Ashish Shrivastava <shashish@novell.com> | 2008-11-03 20:10:48 +0800 |
---|---|---|
committer | Akhil Laddha <lakhil@src.gnome.org> | 2008-11-03 20:10:48 +0800 |
commit | 26fe8fb76ea445c87fd72997f97e7c4950b53bd1 (patch) | |
tree | 76ff236dcf412c1e52da7607bbfa3b4d70afd561 /ui | |
parent | c495bcad905e857b01f5d61c160f9897942d3394 (diff) | |
download | gsoc2013-evolution-26fe8fb76ea445c87fd72997f97e7c4950b53bd1.tar.gz gsoc2013-evolution-26fe8fb76ea445c87fd72997f97e7c4950b53bd1.tar.zst gsoc2013-evolution-26fe8fb76ea445c87fd72997f97e7c4950b53bd1.zip |
** Fix for bug #559086
2008-11-03 Ashish Shrivastava <shashish@novell.com>
** Fix for bug #559086
* Most of the calendar errors are now non-intrusive
* calendar.error.xml: Added a new error message for
non-intrusive backend_died.
* apps_evolution_calendar.schemas.in:
* calendar-commands.c: Added new verb for help debug message
(help_debug):
* gnome-cal.c: Support for non-intrusive error.
(client_cal_opened_cb), Define fash table and accessing
errors:
* e-calendar-view.c: (error_response):
(e_calendar_utils_show_error_silent),
(e_calendar_utils_show_info_silent):
* e-calendar-view.h:
* calendar-component.c: Added EActivityHandler and ELogger:
(calendar_component_peek_activity_handler),
(calendar_component_show_logger):
* calendar-component.h:
svn path=/trunk/; revision=36727
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 7cb0adbcf6..c591ce10b6 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -7,6 +7,12 @@ * evolution-mail-list.xml: No period at the end of tooltips, and use sentence case. +2008-11-03 Ashish Shrivastava <shashish@novell.com> + + ** Support for Non-intrusive error in calendar. + + * evolution-calendar.xml: Add menu for HelpDebug. + 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 5d7a5d875b..36aa0df0ef 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -25,6 +25,7 @@ <cmd name="DeleteAllOccurrences" _tip="Delete all occurrences" pixtype="pixbuf"/> <cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/> + <cmd name="HelpDebug" _tip="View the debug console for log messages"/> </commands> <menu> @@ -71,6 +72,11 @@ <menuitem name="CalendarPurge" verb=""/> </submenu> </placeholder> + <submenu name="Help" _label="_Help"> + <placeholder name="PlaceHolderDebug"> + <menuitem name="HelpDebug" verb="" _label="_Debug Logs"/> + </placeholder> + </submenu> </menu> <dockitem name="Toolbar"> |