1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 13:02:47 -05:00

Collapse tree view branches deeper than level 2, bringing the GTK2

tree code into line with the GTK1.

[originally from svn r7165]
This commit is contained in:
Simon Tatham
2007-01-26 08:01:47 +00:00
parent 65f9735b95
commit 6d81ee9cc0
2 changed files with 16 additions and 8 deletions

View File

@ -38,13 +38,6 @@ Items from Colin's original mail:
- Uses of GtkList should be replaced with the non-deprecated
GtkTreeView.
Other items:
- Since Colin's patch was originally prepared I committed r7117
(fold up treeview branches at depth 2 or greater), and this is
not currently replicated in the GTK2 version of the treeview
code. It should be.
At point of merge:
- Mention Colin in the website's licence page.