diff options
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index d12140b3bb..e450d91d51 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -49,6 +49,11 @@ <oaf_attribute name="evolution:button_tooltips" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> + + <oaf_attribute name="evolution:uri_schemas" type="stringv"> + <item value="calendar"/> + </oaf_attribute> + </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Tasks_Component:@VERSION@" @@ -69,6 +74,11 @@ <oaf_attribute name="evolution:button_tooltips" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> + + <oaf_attribute name="evolution:uri_schemas" type="stringv"> + <item value="task"/> + </oaf_attribute> + </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Memos_Component:@VERSION@" |