[[Cut&Paste from mailinglist
bookmark4u-discuss@lists.sourceforge.net ]]
Hi everybody (if anybody do read this ;-) )!
While changing to Firefox 1.5 from 1.0.8, I recognised
the XUL list
(xullist.php, nice short treeview within the sidebar)
isn't working anymore.
A simple patch does work around line 100 of xullist.php:
- var url = tree.view.getCellText(item , 'url');
+ //OLD version: var url = tree.view.getCellText(item
, 'url');
+ var urlcol = tree.columns ? tree.columns['url'] : 'url';
+ var url = tree.view.getCellText(item , mycol);
This works with both: Old and new Versions of
Mozilla/Firefox, cause of
the if/then/else.
Does anybody support bookmark4u a bit? I really like
this software and
feel sorry to see it in deep yearlong hibernation :-/
Whats about the refactoring I read last year ?
Regards - Henning
Nobody/Anonymous
None
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use