~ubuntu-branches/ubuntu/utopic/ubuntu-app-launch/utopic

« back to all changes in this revision

Viewing changes to zg-report-app.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ted Gould
  • Date: 2014-06-05 03:40:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140605034055-z2re0i1tfue8xtei
Tags: 0.4+14.10.20140605.3-0ubuntu1
[ Ted Gould ]
Fixing click hook for name change

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        ZeitgeistLog * log = zeitgeist_log_get_default();
66
66
 
67
67
        ZeitgeistEvent * event = zeitgeist_event_new();
68
 
        zeitgeist_event_set_actor(event, "application://upstart-app-launch.desktop");
 
68
        zeitgeist_event_set_actor(event, "application://ubuntu-app-launch.desktop");
69
69
        if (g_strcmp0(argv[1], "open") == 0) {
70
70
                zeitgeist_event_set_interpretation(event, ZEITGEIST_ZG_ACCESS_EVENT);
71
71
        } else {