Fossil SCM
Include the new default-skin setting in CONFIGSET_SKIN.
Commit
818a6ad79aee3eb3a66bff719d7cc7bd0dc1c4a789883c309e854c30c4aa12c0
Parent
00dad9a2f297228…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -93,10 +93,11 @@ | ||
| 93 | 93 | { "header", CONFIGSET_SKIN }, |
| 94 | 94 | { "mainmenu", CONFIGSET_SKIN }, |
| 95 | 95 | { "footer", CONFIGSET_SKIN }, |
| 96 | 96 | { "details", CONFIGSET_SKIN }, |
| 97 | 97 | { "js", CONFIGSET_SKIN }, |
| 98 | + { "default-skin", CONFIGSET_SKIN }, | |
| 98 | 99 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 99 | 100 | { "logo-image", CONFIGSET_SKIN }, |
| 100 | 101 | { "background-mimetype", CONFIGSET_SKIN }, |
| 101 | 102 | { "background-image", CONFIGSET_SKIN }, |
| 102 | 103 | { "icon-mimetype", CONFIGSET_SKIN }, |
| 103 | 104 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -93,10 +93,11 @@ | |
| 93 | { "header", CONFIGSET_SKIN }, |
| 94 | { "mainmenu", CONFIGSET_SKIN }, |
| 95 | { "footer", CONFIGSET_SKIN }, |
| 96 | { "details", CONFIGSET_SKIN }, |
| 97 | { "js", CONFIGSET_SKIN }, |
| 98 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 99 | { "logo-image", CONFIGSET_SKIN }, |
| 100 | { "background-mimetype", CONFIGSET_SKIN }, |
| 101 | { "background-image", CONFIGSET_SKIN }, |
| 102 | { "icon-mimetype", CONFIGSET_SKIN }, |
| 103 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -93,10 +93,11 @@ | |
| 93 | { "header", CONFIGSET_SKIN }, |
| 94 | { "mainmenu", CONFIGSET_SKIN }, |
| 95 | { "footer", CONFIGSET_SKIN }, |
| 96 | { "details", CONFIGSET_SKIN }, |
| 97 | { "js", CONFIGSET_SKIN }, |
| 98 | { "default-skin", CONFIGSET_SKIN }, |
| 99 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 100 | { "logo-image", CONFIGSET_SKIN }, |
| 101 | { "background-mimetype", CONFIGSET_SKIN }, |
| 102 | { "background-image", CONFIGSET_SKIN }, |
| 103 | { "icon-mimetype", CONFIGSET_SKIN }, |
| 104 |