Share

Bookmark4U

Tracker: Patches

5 Firefox 1.5 / Mozilla 1.8: xullist.php not working -solution - ID: 1490337
Last Update: Tracker Item Submitted ( hmersch )

[[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


Henning Mersch ( hmersch ) - 2006-05-17 15:35

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.