Fix a compiler warning

This was introduced in the previous commit.
This commit is contained in:
Matthias Clasen 2012-06-23 13:07:47 -04:00
parent 3056324570
commit cea4b80096

View File

@ -4149,7 +4149,7 @@ focus_tabs_in (GtkNotebook *notebook)
if (priv->show_tabs && priv->cur_page)
{
gtk_widget_grab_focus (GTK_WIDGET (notebook));
gtk_notebook_set_focus_child (notebook, NULL);
gtk_notebook_set_focus_child (GTK_CONTAINER (notebook), NULL);
gtk_notebook_switch_focus_tab (notebook,
g_list_find (priv->children,
priv->cur_page));