summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-11-05 15:33:35 +0100
committerck <qt-info@nokia.com>2009-11-05 15:33:35 +0100
commit6d2d9bbff063f082c6010c49523f56dda74fe94e (patch)
tree3110fce2a1275f23b328aae7c63435cbf5c5fe2b /tools
parent0d637ac6a852fb098e1945446536d1b15f5d8660 (diff)
Assistant: Reset default homepage on collection file update.
Reviewed-by: kh1
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/assistant/tools/assistant/main.cpp b/tools/assistant/tools/assistant/main.cpp
index 4d7fe1016c..a72188064d 100644
--- a/tools/assistant/tools/assistant/main.cpp
+++ b/tools/assistant/tools/assistant/main.cpp
@@ -148,6 +148,8 @@ updateUserCollection(QHelpEngineCore& user, const QHelpEngineCore& caller)
caller.customValue(QLatin1String("AboutTexts")));
user.setCustomValue(QLatin1String("AboutImages"),
caller.customValue(QLatin1String("AboutImages")));
+ user.setCustomValue(QLatin1String("defaultHomepage"),
+ caller.customValue(QLatin1String("defaultHomepage")));
return true;
}