Add missing setting which was preventing gtk tabs from working

svn path=/trunk/netsurf/; revision=10306
This commit is contained in:
Daniel Silverstone 2010-04-08 13:29:04 +00:00
parent 19a38aa18e
commit 8f1dec6f1d
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
tempback = true;
break;
}
g_object_set_data(G_OBJECT(tab_contents), "gui_window", g);
nsgtk_tab_add(g, tab_contents, tempback);
g_object_unref(xml);