~dannote/midori/luaplugin

« back to all changes in this revision

Viewing changes to katze/midori-paths.vala

  • Committer: RabbitBot
  • Author(s): Christian Dywan
  • Date: 2015-04-19 12:20:44 UTC
  • mfrom: (6932.2.2 midori.trunks)
  • Revision ID: rabbitbot-20150419122044-laerc4da7hywjkqm
Fix cache dir path in Adblock and always mkdir tmp

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
        public static string make_tmp_dir (string tmpl) {
298
298
            assert (tmp_dir != null);
299
299
            try {
 
300
                mkdir_with_parents (GLib.Environment.get_tmp_dir ());
300
301
                return DirUtils.make_tmp (tmpl);
301
302
            }
302
303
            catch (Error error) {