diff options
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f7a405f4f0..36ad7b6022 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2007-05-14 Srinivasa Ragavan <sragavan@novell.com> + * gui/GNOME_Evolution_Calendar.server.in.in: Fix for bug #407104 + +2007-05-14 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for bug #330098 from Naresh * gui/dialogs/select-source-dialog.c: (select_source_dialog): diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 75d7906db1..577efc4130 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -50,9 +50,11 @@ <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> +<!-- FIXME: See bug 407104: Write a interface to launch without shell. <oaf_attribute name="evolution:uri_schemas" type="stringv"> <item value="calendar"/> </oaf_attribute> +--> </oaf_server> |