Actually set the default for GtkMenuButton::use-popover

The previous commit changed the property declaration, but
omitted the actual change of the default.
This commit is contained in:
Matthias Clasen 2014-04-26 14:40:52 -04:00
parent b395929a16
commit a5d2778737

View File

@ -610,6 +610,7 @@ gtk_menu_button_init (GtkMenuButton *menu_button)
priv = gtk_menu_button_get_instance_private (menu_button);
menu_button->priv = priv;
priv->arrow_type = GTK_ARROW_DOWN;
priv->use_popover = TRUE;
add_arrow (menu_button);