~codygarver/+junk/files-gtk-310

« back to all changes in this revision

Viewing changes to src/Application.vala

  • Committer: RabbitBot
  • Author(s): Niclas Lockner
  • Date: 2014-01-14 13:04:22 UTC
  • mfrom: (1405.1.1 exec_name)
  • Revision ID: rabbitbot-20140114130422-arh3qi7qsv6k0rul
Set the exec_name property so that a correct string is passed to prctl in Granite.Application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
        /* Needed by Granite.Application */
41
41
        this.program_name = Marlin.APP_TITLE;
 
42
        this.exec_name = Marlin.APP_TITLE.down ().replace (" ", "-");
42
43
        this.build_version = Config.VERSION;
43
44
 
44
45
        this.app_copyright = Marlin.COPYRIGHT;