~ubuntu-branches/ubuntu/wily/nuntium/wily-proposed

« back to all changes in this revision

Viewing changes to telepathy/service.go

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-07-14 09:19:52 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20150714091952-cgtz5v6c1fo0k19j
Tags: upstream-1.4+15.10.20150714
ImportĀ upstreamĀ versionĀ 1.4+15.10.20150714

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        params["Recipients"] = dbus.Variant{parseRecipients(strings.Join(mRetConf.To, ","))}
309
309
        if smil, err := mRetConf.GetSmil(); err == nil {
310
310
                params["Smil"] = dbus.Variant{smil}
311
 
        } else {
312
 
                return Payload{}, err
313
311
        }
314
312
        var attachments []Attachment
315
313
        dataParts := mRetConf.GetDataParts()