~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to src/client/geary-application.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-10-10 17:40:37 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131010174037-5p5o4dlsoewek2kg
Tags: 0.4.0-0ubuntu1
New stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    }
92
92
    
93
93
    public override int startup() {
94
 
        exec_dir = (File.new_for_path(Environment.find_program_in_path(args[0]))).get_parent();
 
94
        exec_dir = (File.new_for_path(Posix.realpath(Environment.find_program_in_path(args[0])))).get_parent();
95
95
        
96
96
        Geary.Logging.init();
97
97
        Configuration.init(is_installed(), GSETTINGS_DIR);