diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-04 09:24:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-04 09:24:52 +0000 |
commit | 1f31d92c1893be59468edbf5c28d6c5a2eb64aca (patch) | |
tree | 124a79b2a6720e3358b59b1f15990c4b16113144 /www/grail | |
parent | 42625c7255c6a1ad4520645e05fed43c9fb8b036 (diff) | |
download | ports-1f31d92c1893be59468edbf5c28d6c5a2eb64aca.tar.gz ports-1f31d92c1893be59468edbf5c28d6c5a2eb64aca.zip |
Notes
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/files/patch-BookmarksGUI.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/grail/files/patch-BookmarksGUI.py b/www/grail/files/patch-BookmarksGUI.py new file mode 100644 index 000000000000..f33842f494d9 --- /dev/null +++ b/www/grail/files/patch-BookmarksGUI.py @@ -0,0 +1,11 @@ +--- ancillary/BookmarksGUI.py.orig Sun Mar 28 06:26:45 1999 ++++ ancillary/BookmarksGUI.py Sun Mar 5 08:07:12 2000 +@@ -1096,7 +1096,7 @@ + if at_end: + parent.append_child(node) + else: +- parenr.insert_child(node, 0) ++ parent.insert_child(node, 0) + # scroll the newly added node into view + self.set_modflag(1) + self.root_redisplay() |