зеркало из https://github.com/github/putty.git
Repair the delete-saved-session button (trivial braino).
[originally from svn r2911]
This commit is contained in:
Родитель
c5181dc498
Коммит
5376d94b96
2
config.c
2
config.c
|
@ -294,7 +294,7 @@ static void sessionsaver_handler(union control *ctrl, void *dlg,
|
|||
dlg_refresh(ssd->editbox, dlg);
|
||||
dlg_refresh(ssd->listbox, dlg);
|
||||
} else if (ctrl == ssd->delbutton) {
|
||||
int i = dlg_listbox_index(ctrl, dlg);
|
||||
int i = dlg_listbox_index(ssd->listbox, dlg);
|
||||
if (i <= 0) {
|
||||
dlg_beep(dlg);
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче