1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

add patch to initializies bookmarks.

This commit is contained in:
Dirk Meyer 2001-12-04 09:24:52 +00:00
parent 42625c7255
commit 1f31d92c18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51018

View File

@ -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()