MenuButton: popover connects to menu_deactivate_cb

This was missed (even before my recent patches).

https://gitlab.gnome.org/GNOME/gtk/issues/199
This commit is contained in:
Daniel Boles 2018-04-22 16:25:54 +01:00
parent 279344a2e6
commit 5f7191b31a

View File

@ -1032,6 +1032,9 @@ gtk_menu_button_dispose (GObject *object)
if (priv->popover)
{
g_signal_handlers_disconnect_by_func (priv->popover,
menu_deactivate_cb,
object);
g_signal_handlers_disconnect_by_func (priv->popover,
popover_destroy_cb,
object);