Browse Source

Theme not app

Bob Mottram 8 years ago
parent
commit
2cb7b2aa74
No account linked to committer's email
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog View File

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