Yes, ownership of the theme content is passed to theme_install
svn path=/trunk/netsurf/; revision=10375
This commit is contained in:
parent
9e8849c04c
commit
11201a1cd7
|
@ -464,8 +464,6 @@ nserror browser_window_callback(hlcache_handle *c,
|
|||
if (content_get_type(c) == CONTENT_THEME) {
|
||||
theme_install_start(c);
|
||||
bw->loading_content = NULL;
|
||||
//newcache do we not just pass ownership to the theme installation stuff?
|
||||
hlcache_handle_release(c);
|
||||
browser_window_stop_throbber(bw);
|
||||
} else
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue