notebook: Fix copy/paste error

This is from the recent commit 2a1a483ede
This commit is contained in:
Benjamin Otte 2015-11-07 01:45:35 +01:00
parent f95a22a3ab
commit e5ef7dc681

View File

@ -6176,7 +6176,7 @@ gtk_notebook_calculate_tabs_allocation (GtkNotebook *notebook,
* see gtk_notebook_page_allocate().
*/
gtk_style_context_save_to_node (context, page->cssnode);
gtk_style_context_get_padding (context, gtk_style_context_get_state (context), &active_padding);
gtk_style_context_get_padding (context, gtk_style_context_get_state (context), &normal_padding);
gtk_style_context_restore (context);
gtk_style_context_save_to_node (context, priv->cur_page->cssnode);