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

« back to all changes in this revision

Viewing changes to desktop-single.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ted Gould, Ubuntu daily release
  • Date: 2013-09-24 06:04:42 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130924060442-bniq250tkefi2tcr
Tags: 0.1+13.10.20130924.1-0ubuntu1
[ Ted Gould ]
* Evil hack to allow "secondary activations" through killing the first
  instance.
* Handle URLs with complex spacing by using C parsing. (LP: #1228387)

[ Ubuntu daily release ]
* Automatic snapshot from revision 63

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                return 1;
29
29
        }
30
30
 
31
 
        GKeyFile * keyfile = keyfile_for_appid(argv[1]);
 
31
        GKeyFile * keyfile = keyfile_for_appid(argv[1], NULL);
32
32
 
33
33
        if (keyfile == NULL) {
34
34
                g_error("Unable to find keyfile for application '%s'", argv[0]);