Re: [Sugar-devel] [PATCH] Store and restore session for each tab

2012-01-03 Thread Simon Schampijer
On 20/12/11 14:54, Manuel Quiñones wrote: For going to a specific item in the history, it uses go_back() method of WebKit.WebView. I tried also with WebKit.WebHistoryItem go_back(), seemed the proper solution, but the page wouldn't update. Using webkit_web_view_go_back [1] is the right thing

Re: [Sugar-devel] [PATCH] Store and restore session for each tab

2012-01-03 Thread Manuel Quiñones
2012/1/3 Simon Schampijer si...@schampijer.de: On 20/12/11 14:54, Manuel Quiñones wrote: For going to a specific item in the history, it uses go_back() method of WebKit.WebView.  I tried also with WebKit.WebHistoryItem go_back(), seemed the proper solution, but the page wouldn't update.

[Sugar-devel] [PATCH] Store and restore session for each tab

2011-12-20 Thread Manuel Quiñones
For going to a specific item in the history, it uses go_back() method of WebKit.WebView. I tried also with WebKit.WebHistoryItem go_back(), seemed the proper solution, but the page wouldn't update. Signed-off-by: Manuel Quiñones ma...@laptop.org --- browser.py | 12