clean up tab focus setting

This commit is contained in:
Vincent Sanders 2019-09-19 21:58:02 +01:00 committed by Daniel Silverstone
parent 25581133a1
commit f6f8102ecb
1 changed files with 1 additions and 4 deletions

View File

@ -287,6 +287,7 @@ nsgtk_tab_add_newtab(GtkNotebook *notebook)
tabcontents = nsgtk_hbox_new(FALSE, 1);
add = gtk_image_new_from_icon_name(NSGTK_STOCK_ADD, GTK_ICON_SIZE_MENU);
gtk_widget_set_tooltip_text(add, "New Tab");
gtk_box_pack_start(GTK_BOX(tablabel), add, FALSE, FALSE, 0);
@ -424,10 +425,6 @@ void nsgtk_tab_add(struct gui_window *gw,
nsgtk_tab_add_page(notebook, tab_contents, background, title, icon_pixbuf);
#if 0
gtk_widget_grab_focus(GTK_WIDGET(nsgtk_scaffolding_urlbar(
nsgtk_get_scaffold(gw))));
#endif
}