Fixed excessive Inifile writing! Added a simple resize method wrapper for Thumbnails.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1770 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-11 10:17:05 +00:00
parent 4e13e13f47
commit 2b8b3c7a62
3 changed files with 22 additions and 9 deletions

View file

@ -338,7 +338,7 @@ namespace Greenshot.IniFile {
private static void SaveInternally(string iniLocation) {
WatchConfigFile(false);
//LOG.Info("Saving configuration to: " + iniLocation);
LOG.Info("Saving configuration to: " + iniLocation);
if (!Directory.Exists(Path.GetDirectoryName(iniLocation))) {
Directory.CreateDirectory(Path.GetDirectoryName(iniLocation));
}