Skip to content

Commit 330d694

Browse files
committed
v2.6.02
- Wrongly set an array var in xorg configurator GUI in local state. Fixed. Signed-off-by: wildtruc <wildtruc@noneltd.net>
1 parent 2791450 commit 330d694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zenvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7957,7 +7957,7 @@ base_menu(){ # LIST
79577957
echo -e "KERNEL_SOURCES => $(kernel_src)"
79587958
yad_make_list ${FUNCNAME} "${cmd_list[*]}" "help-tips.xml" 0
79597959
7960-
[[ -d /proc/${spid} ]] && kill ${spid} || true
7960+
# [[ -d /proc/${spid} ]] && kill ${spid} || true
79617961
79627962
local cancel_lbl=$"Exit"'!zen-back' ok_lbl=$"Select"'!zen-ok'
79637963
local list_type='radiolist' l_tail=0 w_head=0 col_name=''

0 commit comments

Comments
 (0)