Kaydet (Commit) 2794c194 authored tarafından Matúš Kukan's avatar Matúš Kukan

remove classic theme from configure

If you'd use it, you'd get icons from fallback themes.
That I consider misleading.

Change-Id: I I Id1d71ef3f2e90f783d03ef8287f53f05ce4aa9a9
üst a90d7788
...@@ -975,7 +975,7 @@ AC_ARG_WITH(vba-package-format, ...@@ -975,7 +975,7 @@ AC_ARG_WITH(vba-package-format,
AC_ARG_WITH(theme, AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."], AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included. [Choose which themes to include. By default those themes with an '*' are included.
Possible choices: classic, *crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]), Possible choices: *crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
,) ,)
AC_ARG_WITH(helppack-integration, AC_ARG_WITH(helppack-integration,
...@@ -9613,7 +9613,7 @@ fi ...@@ -9613,7 +9613,7 @@ fi
WITH_THEMES="" WITH_THEMES=""
for theme in $with_theme; do for theme in $with_theme; do
case $theme in case $theme in
classic|crystal|default|galaxy|hicontrast|human|industrial|oxygen|tango) : ;; crystal|default|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;; *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac esac
WITH_THEMES="$WITH_THEMES $theme" WITH_THEMES="$WITH_THEMES $theme"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment