~artem-anufrij/scratch/improve-split-view

« back to all changes in this revision

Viewing changes to src/Services/Document.vala

  • Committer: artem-anufrij
  • Date: 2014-12-03 00:08:59 UTC
  • Revision ID: artem-anufrij-20141203000859-b0vpwwmcfmwo3fqf
Improve split view behavior and fix the saving bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
671
671
            }
672
672
        }
673
673
 
674
 
        private bool delete_temporary_file (bool force = false) {
 
674
        public bool delete_temporary_file (bool force = false) {
675
675
            if (!is_file_temporary || (get_text ().length > 0 && !force))
676
676
                return false;
677
677
            try {