Skip to content
  • Kai Lüke's avatar
    Remove deprecated GTK functions · c08ae342
    Kai Lüke authored and Ondrej Holy's avatar Ondrej Holy committed
    Uses of various deprecated functions have been replaced to
    build with -Werror. This also obsoletes the custom
    generic_menu_position_func as gtk_menu_popup_at_widget should
    be enough for the drop down menu in the volume toolbar.
    The call of gtk_style_context_set_background has been removed
    because it did not have an effect since some GTK releases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780864
    c08ae342