Fix the build

This commit is contained in:
Matthias Clasen
2016-03-21 12:10:44 -04:00
parent 26617bb9b4
commit 08a0257893

View File

@ -827,7 +827,7 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
NULL),
"visible", TRUE,
NULL);
gtk_style_context_add (gtk_widget_get_style_context (search_button), "image-button");
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (search_button)), "image-button");
gtk_container_add (GTK_CONTAINER (priv->header_bar), GTK_WIDGET (search_button));
priv->main_box = g_object_new (GTK_TYPE_BOX,