diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-09-30 07:12:58 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-09-30 07:12:58 +0000 |
commit | e18d7a839140f01249f470ea40c531b7889c608d (patch) | |
tree | 53621008908c9001825f545b970b635d52b52472 /Plugins/skins/SkinLib/SkinnedDialog.cpp | |
parent | 58cba394baa3ae85436969061f667126578ed4d4 (diff) |
skins: 0.0.0.5
+ Allow changing skins
* Updated v8
* Updated updater to use googlecode
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@224 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/skins/SkinLib/SkinnedDialog.cpp')
-rw-r--r-- | Plugins/skins/SkinLib/SkinnedDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/skins/SkinLib/SkinnedDialog.cpp b/Plugins/skins/SkinLib/SkinnedDialog.cpp index f8dfb04..917193a 100644 --- a/Plugins/skins/SkinLib/SkinnedDialog.cpp +++ b/Plugins/skins/SkinLib/SkinnedDialog.cpp @@ -125,6 +125,7 @@ void SkinnedDialog::releaseCompiledScript() {
delete script;
script = NULL;
+ fileChangedTime = 0;
delete opts;
opts = NULL;
|