]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fold up the `SSH' branch of the treeview by default; it's getting
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Jan 2007 18:48:47 +0000 (18:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Jan 2007 18:48:47 +0000 (18:48 +0000)
commit174bb7f1fd1b1a4823905ca931eec67ab0fc9976
treebfd5a0898fbd0acce90282db71aabe83c406823b
parentc018e993a3666b76fd057ad9b603e9154b855a5a
Fold up the `SSH' branch of the treeview by default; it's getting
quite big and tends to hide the existence of the `Serial' config
panel.

This is implemented by folding up every branch of depth 2 or more,
which with any luck might turn out to be general enough to carry
over unchanged if other branches start expanding. Then again, we may
have to fiddle with it again when that time comes; who knows?

[originally from svn r7117]
unix/gtkdlg.c
windows/windlg.c