From 2808e35df1eab6e689020f3bb2907e5b3c12c778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 29 Jul 2010 17:53:42 +0000 Subject: [PATCH] * call SetTitles() --- citadel/utils/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index f2e1c8efb..4a90f6c95 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -1372,6 +1372,7 @@ int main(int argc, char *argv[]) } calc_dirs_n_files(relh, home, relhome, ctdldir, 0); + SetTitles(); /* If a setup type was not specified, try to determine automatically * the best one to use out of all available types. -- 2.30.2