~ps-jenkins/libunity/latestsnapshot-7.1.3+14.04.20131106-0ubuntu1

« back to all changes in this revision

Viewing changes to src/unity-result-activation.vala

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-10-24 15:50:06 UTC
  • mfrom: (304.1.6 pass-activation-hints)
  • Revision ID: tarmac-20131024155006-r9wpdg06mlpusuht
Pass hints to AggregatorScope activation handler so that it can access action id if it's a preview action activation. Properly set uri in the activation reply if goto_uri is set. Fixes: https://bugs.launchpad.net/bugs/1243623.

Approved by PS Jenkins bot, Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  public string scope_id { get; set; }
99
99
  public uint action_type { get; set; }
100
100
  public ScopeResult? scope_result { get; set; }
 
101
  public HashTable<string, Variant> hints { get; internal set; }
101
102
 
102
103
  public AggregatorActivation (string channel_id, string scope_id,
103
104
                               uint action_type, ScopeResult? result)