menubutton: don't refer to the non-existant menu property

7c6454246e removed the property, but
forgot to change the name in a g_object_notify().
This commit is contained in:
Cosimo Cecchi 2012-10-17 17:02:53 -04:00
parent 9d1b576af6
commit 15fe3038be

View File

@ -684,7 +684,7 @@ _gtk_menu_button_set_popup_with_func (GtkMenuButton *menu_button
gtk_widget_set_sensitive (GTK_WIDGET (menu_button), FALSE); gtk_widget_set_sensitive (GTK_WIDGET (menu_button), FALSE);
} }
g_object_notify (G_OBJECT (menu_button), "menu"); g_object_notify (G_OBJECT (menu_button), "popup");
g_object_notify (G_OBJECT (menu_button), "menu-model"); g_object_notify (G_OBJECT (menu_button), "menu-model");
} }