aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/GNOME_Evolution_Calendar.server.in.in
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-12-04 17:43:51 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-12-04 17:43:51 +0800
commit0db239af79eef98aaae13e887814460c5d0bcfd9 (patch)
tree3eb13a5089130386df0f921cc12505d010384a34 /calendar/gui/GNOME_Evolution_Calendar.server.in.in
parente37627d16f5d85cef7e143b32764529ad109d178 (diff)
downloadgsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.gz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.bz2
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.lz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.xz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.zst
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.zip
Fixes #270751
svn path=/trunk/; revision=33040
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in10
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@"