Skip to content
  • Matthias Clasen's avatar
    GtkDialog: Be a little more careful about button placement · 02a44c45
    Matthias Clasen authored
    We were applying response based heuristics, even if the button
    is explicitly put in the headerbar. That broke button placement
    in some epiphany dialogs, such as the Cookies one. Therefore,
    restrict the heuristics to action widgets that are added through
    gtk_widget_add_action_widget() or <child type="action">, where it
    is not possible to specify placement explicitly.
    02a44c45