Fossil SCM
Add the 'white-foreground' setting to the list of those used for skinning.
Commit
f88c18fc71543f07696639cc317cfae7fa5ac7a7
Parent
8f87308eef106a5…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -97,10 +97,11 @@ | ||
| 97 | 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 | 101 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 102 | + { "white-foreground", CONFIGSET_SKIN }, | |
| 102 | 103 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 103 | 104 | { "th1-docs", CONFIGSET_TH1 }, |
| 104 | 105 | #endif |
| 105 | 106 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 106 | 107 | { "th1-hooks", CONFIGSET_TH1 }, |
| 107 | 108 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -97,10 +97,11 @@ | |
| 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 102 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 103 | { "th1-docs", CONFIGSET_TH1 }, |
| 104 | #endif |
| 105 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 106 | { "th1-hooks", CONFIGSET_TH1 }, |
| 107 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -97,10 +97,11 @@ | |
| 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 102 | { "white-foreground", CONFIGSET_SKIN }, |
| 103 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 104 | { "th1-docs", CONFIGSET_TH1 }, |
| 105 | #endif |
| 106 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 107 | { "th1-hooks", CONFIGSET_TH1 }, |
| 108 |