From 207313157688d79cb0d53e920a03423c81a7bc23 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 27 Apr 2012 10:50:08 +0100 Subject: Resolves: fdo#39825 Make detection of certificate folder ui-configurable Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported. --- cui/Library_cui.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/Library_cui.mk') diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 125130650cb8..089014e99f6c 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -134,6 +134,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/factory/cuiresmgr \ cui/source/factory/dlgfact \ cui/source/factory/init \ + cui/source/options/certpath \ cui/source/options/cfgchart \ cui/source/options/connpoolconfig \ cui/source/options/connpooloptions \ -- cgit