Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpalat committed Mar 29, 2016
1 parent 7b044e1 commit 381c3cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cnfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ config_dlg() {
--field="$(gettext "Check for updates")":BTN "$DS/ifs/tls.sh 'check_updates'" \
--field="$(gettext "About")":BTN "$DS/ifs/tls.sh 'about'" > "$cnf1" &
cat "$DS_a/menu_list" |yad --plug=$KEY --tabnum=2 --list \
--text=" $(gettext "Click to configure") " \
--print-all --select-action="$DS/ifs/dclik.sh" \
--text=" $(gettext "Click to configure") " --print-all \
--select-action="$DS/ifs/dclik.sh" \
--dclick-action="$DS/ifs/dclik.sh" \
--expand-column=2 --no-headers \
--column=icon:IMG --column=Action &
yad --notebook --key=$KEY --title="$(gettext "Settings")" \
Expand Down
2 changes: 1 addition & 1 deletion ifs/stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function mk_topic_stats() {
field2="[$c01,$c02,$c03,$c04,$c05,$c06,$c07,$c08,$c09,$c10,$c11,$c12]"
field3="[$d01,$d02,$d03,$d04,$d05,$d06,$d07,$d08,$d09,$d10,$d11,$d12]"
field4="[$e01,$e02,$e03,$e04,$e05,$e06,$e07,$e08,$e09,$e10,$e11,$e12]"
echo -e "data1='[{\"f0\":$field0,\"f1\":$field1,\"f2\":$field2,\"f3\":$field3,\"f4\":$field4}]';" > ${data}
echo -e "data1='[{\"f0\":$field0,\"f1\":$field1,\"f2\":$field2,\"f3\":$field3,\"f4\":$field4}]';" > "${data}"

exec 3< <(sqlite3 "$db" "select week FROM ${wtable}" |tail -n9)
exec 4< <(sqlite3 "$db" "select val0 FROM ${wtable}" |tail -n9)
Expand Down

0 comments on commit 381c3cf

Please sign in to comment.