Skip to content

Commit

Permalink
presentation: avoid deprecated 'gtk_style_context_set_background'
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w authored and raveit65 committed Jul 18, 2018
1 parent 29fc232 commit 6e19591
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libview/ev-view-presentation.c
Expand Up @@ -1313,9 +1313,6 @@ ev_view_presentation_realize (GtkWidget *widget)
gdk_window_set_user_data (window, widget);
gtk_widget_set_window (widget, window);

gtk_style_context_set_background (gtk_widget_get_style_context (widget),
window);

g_idle_add ((GSourceFunc)init_presentation, widget);
}

Expand Down

0 comments on commit 6e19591

Please sign in to comment.