Actually do something with return value.

This commit is contained in:
Michael Drake 2015-12-20 12:26:48 +00:00
parent e5ddbd3934
commit a6226170dd
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ nsgtk_tab_switch_page_after(GtkNotebook *notebook,
gw = g_object_get_data(G_OBJECT(srcpage), "gui_window");
if ((gw != NULL) && (nsgtk_get_scaffold(gw) != NULL)) {
error = nsgtk_scaffolding_new_tab(gw);
if (error != NSERROR_OK) {
LOG("Failed to open new tab.");
}
}
}
} else {