If vimb was quit by the window manager, the webview was already cleared and
the call to stop loading caused a warning.
return;
}
+ webkit_web_view_stop_loading(vb.gui.webview);
+
/* write last URL into file for recreation */
if (vb.state.uri) {
g_file_set_contents(vb.files[FILES_CLOSED], vb.state.uri, -1, NULL);
{
completion_clean();
-
- webkit_web_view_stop_loading(vb.gui.webview);
-
map_cleanup();
mode_cleanup();
setting_cleanup();