~santi698/gazette/gazette

« back to all changes in this revision

Viewing changes to src/Services/Files.vala

  • Committer: Santiago Ocamica
  • Date: 2013-04-20 15:54:59 UTC
  • Revision ID: santi6982@gmail.com-20130420155459-8fpwfxatbwq44n32
simplified the code a bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                        } catch (Error e) { warning (e.message); }
35
35
                        return true;
36
36
                });
 
37
                load ();
37
38
        }
38
39
        public override bool update ()
39
40
        {