diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 12:36:18 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 12:36:18 +0800 |
commit | 0373934596d0d9aeebae99ca69646c27e64216f2 (patch) | |
tree | ad9cc649066e2e1f443c8b496a9f36d46d43b546 /calendar/gui | |
parent | aea60c7db3d05b86982a14513dfcf5c3082119ad (diff) | |
download | gsoc2013-evolution-0373934596d0d9aeebae99ca69646c27e64216f2.tar.gz gsoc2013-evolution-0373934596d0d9aeebae99ca69646c27e64216f2.tar.zst gsoc2013-evolution-0373934596d0d9aeebae99ca69646c27e64216f2.zip |
Fix for #407104
svn path=/trunk/; revision=33538
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
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> |