From cf7f1a378a0072bad71e089ba5931b19eabc4a6b Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 23 Feb 2011 11:21:46 +0100 Subject: [PATCH] Factory: properly account for shadow configuration change when return changed status. --- clients/oxygen/oxygenfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/oxygen/oxygenfactory.cpp b/clients/oxygen/oxygenfactory.cpp index 8c1534cbd0..483c715988 100644 --- a/clients/oxygen/oxygenfactory.cpp +++ b/clients/oxygen/oxygenfactory.cpp @@ -131,7 +131,7 @@ namespace Oxygen } // read shadowCache configuration - shadowCache().readConfig( config ); + changed |= shadowCache().readConfig( config ); return changed;