Bläddra i källkod

Theme not app

Bob Mottram 8 år sedan
förälder
incheckning
2cb7b2aa74
No account linked to committer's email
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog Visa fil

@@ -154,9 +154,9 @@ function change_theme {
154 154
     for a in "${THEMES[@]}"
155 155
     do
156 156
         if [[ $a == "basic" ]]; then
157
-            themelist="$applist $n $a on"
157
+            themelist="$themelist $n $a on"
158 158
         else
159
-            themelist="$applist $n $a off"
159
+            themelist="$themelist $n $a off"
160 160
         fi
161 161
         n=$[n+1]
162 162
         theme_index=$[theme_index+1]