Browse Source

Don't need stdout

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

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

@@ -164,7 +164,7 @@ function change_theme {
164 164
 
165 165
     data=$(tempfile 2>/dev/null)
166 166
     trap "rm -f $data" 0 1 2 5 15
167
-    dialog --stdout --backtitle $"Freedombone Mesh" \
167
+    dialog --backtitle $"Freedombone Mesh" \
168 168
            --title $"Select Blog Theme" \
169 169
            --radiolist $'Choose:' \
170 170
            80 40 20 $themelist 2> $data