Uzbl

Tasklist

FS#215 - Session not working in uzbl-tabbed

Attached to Project: Uzbl
Opened by palkeo (palkeo) - 2010-03-15 06:15:32 PM
Last edited by Anonymous Submitter - 2010-03-21 02:17:53 PM
Task Type Bug Report
Category uzbl-tabbed
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

I am trying uzbl-tabbed, but the session doesn't works : The session file contains always « uri » in place of the url of a tab, for example :
« curtab = 1
uri Test
uri Google »

But i have noticed that replacing « var » by « val » in line 489 in uzbl-tabbed seem to fix the problem :
« if var == "uri":
self.uri = val # and not var
self.parent.update_tablist() »
I don't know if it's a good solution, but it seem to work.
This task depends upon

Closed by  Anonymous Submitter
2010-03-21 02:17:53 PM
Reason for closing:  Fixed
Additional comments about closing:  Fixed and simplified session loading and saving code in uzbl-tabbed.

Loading...