~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to private/org.gnome.evolution.dataserver.Calendar.xml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    <arg name="ics_objects" type="as"/>
33
33
  </signal>
34
34
 
35
 
  <method name="Open"/>
 
35
  <method name="RetrieveProperties">
 
36
    <arg name="properties" direction="out" type="as"/>
 
37
  </method>
 
38
 
 
39
  <method name="Open">
 
40
    <arg name="properties" direction="out" type="as"/>
 
41
  </method>
36
42
 
37
43
  <method name="Close"/>
38
44