mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
When the SSH panel disappears in puttytel, the Tunnels panel should too!
[originally from svn r890]
This commit is contained in:
5
windlg.c
5
windlg.c
@ -1092,9 +1092,10 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
|
||||
if (dlgtype == 0) {
|
||||
treeview_insert(&tvfaff, 1, "Telnet");
|
||||
treeview_insert(&tvfaff, 1, "Rlogin");
|
||||
if (backends[3].backend != NULL)
|
||||
if (backends[3].backend != NULL) {
|
||||
treeview_insert(&tvfaff, 1, "SSH");
|
||||
treeview_insert(&tvfaff, 2, "Tunnels");
|
||||
treeview_insert(&tvfaff, 2, "Tunnels");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user