From dc590f32ae857934c9c353fd7cdfeeab28fcc413 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 29 Mar 2005 07:52:06 +0000 Subject: [PATCH] Renamed it to 'expand selection page' SVN revision: 1289 --- src/elogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 76be7997..4818dfc4 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.603 2005/03/29 07:52:06 ritt + Renamed it to 'expand selection page' + Revision 1.602 2005/03/29 07:50:15 ritt Implemented 'expand selection', defaulting to one @@ -19095,7 +19098,7 @@ void show_logbook_node(LBLIST plb, LBLIST pparent, int level, int btop) expand = 1; } - if (!getcfg(plb->name, "Expand selection", str, sizeof(str)) || atoi(str) == 1) + if (!getcfg(plb->name, "Expand selection page", str, sizeof(str)) || atoi(str) == 1) expand_all = 1; else expand_all = 0; @@ -19354,7 +19357,7 @@ void show_selection_page() if (phier->member[i]->n_members == 0) show_title = 1; - if (!getcfg("global", "Expand selection", str, sizeof(str)) || atoi(str) == 1) + if (!getcfg("global", "Expand selection page", str, sizeof(str)) || atoi(str) == 1) expand_all = 1; else expand_all = 0;