yad icon indicating copy to clipboard operation
yad copied to clipboard

Inconsitency in list.c

Open phenixia2003 opened this issue 2 years ago • 0 comments

Hello,

In del_row_cb(), when options.list_data.row_action is set, the selected row is deleted only when row_action returns 0. But, in add_row_cb(), a new row is always added regardless the value returned by row_action.

The attached patch solves this.

add_row_cb.patch.txt

-- SeB

phenixia2003 avatar Aug 09 '21 15:08 phenixia2003