From a1bacde7cbdb64029bef9ec474aa6750a54e2ab6 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 2 Nov 2010 12:28:59 +0000 Subject: [PATCH] IDE: changing SessionStorage set Modified, bug #17788 git-svn-id: trunk@28037 - --- ide/project.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/project.pp b/ide/project.pp index 0a893f0ca0..c2a4c7d641 100644 --- a/ide/project.pp +++ b/ide/project.pp @@ -4260,6 +4260,7 @@ procedure TProject.SetSessionStorage(const AValue: TProjectSessionStorage); begin if SessionStorage=AValue then exit; inherited SetSessionStorage(AValue); + Modified:=true; UpdateSessionFilename; end;