~bregma/unity-scope-home/lp-1430063

« back to all changes in this revision

Viewing changes to src/smart-scopes-search.vala

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-10-25 12:32:39 UTC
  • mfrom: (176.1.5 preview-click-events)
  • Revision ID: tarmac-20131025123239-cr9szp8mdoh80wst
Collect click metrics for preview actions. Fixes: https://bugs.launchpad.net/bugs/1243623.

Approved by Michal Hruby, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
      construct
191
191
      {
192
192
        metrics = new SmartScopesMetrics ();
 
193
        metrics.event_added.connect ((ev) => {
 
194
                metrics_event_added (ev);
 
195
        });
193
196
      }
194
197
 
195
198
      public SmartScopesClient (PlatformInfo platform)