Move no before yes to confirm
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
7c7496c06f
commit
016363dd57
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ editcontactnumber() {
|
||||||
deletecontact() {
|
deletecontact() {
|
||||||
name="$(echo "$1" | cut -d" " -f2)"
|
name="$(echo "$1" | cut -d" " -f2)"
|
||||||
|
|
||||||
ENTRIES="$(printf "$icon_chk Yes\n$icon_cls No")"
|
ENTRIES="$(printf "$icon_cls No\n$icon_chk Yes")"
|
||||||
PICKED="$(
|
PICKED="$(
|
||||||
echo "$ENTRIES" |
|
echo "$ENTRIES" |
|
||||||
dmenu -c -l 3 -p "$icon_del Delete $name ?"
|
dmenu -c -l 3 -p "$icon_del Delete $name ?"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue