~artem-anufrij/scratch/terminal-save-settings

« back to all changes in this revision

Viewing changes to src/Services/Document.vala

  • Committer: Julien Spautz
  • Date: 2013-05-31 10:38:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1080.
  • Revision ID: spautz.julien@gmail.com-20130531103824-x8fmfopzydgm48ai
Added Victor's icon chaching.
Now using Granite.Services.Settings instead of GLib.Settings.
Added options to create, remove and rename files and folders, but they are currently disabled.
The sidebar is now hidden when no projects are open.
Everything has been renamed from project to folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                this.last_saved_content = FileHandler.load_content_from_file.end (res);
230
230
            });
231
231
 
232
 
            message ("File \"%s\" saved succefully", get_basename ());
 
232
            message ("File \"%s\" saved succesfully", get_basename ());
233
233
 
234
234
            return true;
235
235
        }