~midori/midori/trunk

« back to all changes in this revision

Viewing changes to katze/midori-paths.vala

  • Committer: Tarmac
  • Author(s): Christian Dywan, André Stösel
  • Date: 2013-09-07 19:40:34 UTC
  • mfrom: (6312.2.22 midori.tabby)
  • Revision ID: tarmac-20130907194034-ts45e67g0dvn8z9r
Introduce tabby, the new session manager

Future work items:
https://bugs.launchpad.net/midori/+bugs?field.tag=tabby

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
 
355
355
            /* Fallback to build folder */
356
356
            path = Path.build_filename ((File.new_for_path (exec_path)
357
 
                .get_parent ().get_parent ().get_path ()), "data", filename);
 
357
                .get_parent ().get_path ()), "data", filename);
358
358
            if (Posix.access (path, Posix.F_OK) == 0)
359
359
                return path;
360
360