Parcourir la source

Theme not app

Bob Mottram il y a 9 ans
Parent
révision
2cb7b2aa74
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog Voir le fichier

@@ -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]