~maccabbi/debby/main

« back to all changes in this revision

Viewing changes to src/LogDialog.vala

  • Committer: Michael Roberts
  • Date: 2014-08-24 08:00:02 UTC
  • mfrom: (5.1.2 debby)
  • Revision ID: chadesh@gmail.com-20140824080002-j50lor3fh4au3n92
fixing paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                // The TextView:
25
25
                Gtk.TextView view = new Gtk.TextView ();
26
26
                view.set_wrap_mode (Gtk.WrapMode.WORD);
 
27
                home = Environment.get_home_dir ();
27
28
                string text;
28
 
                FileUtils.get_contents ("/home/maccabbi/.debby.log", out text);
 
29
                FileUtils.get_contents (home + "/.debby.log", out text);
29
30
                view.buffer.text = text;
30
31
                view.editable = false;
31
32
                scrolled.add (view);
33
34
                
34
35
}
35
36
 
36
 
}
 
37
}
 
 
b'\\ No newline at end of file'