mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
menubutton: Fix double freeze_notify
This commit is contained in:
parent
b52a06ac6f
commit
6e7bf9ca7a
@ -1187,7 +1187,7 @@ gtk_menu_button_set_popover (GtkMenuButton *menu_button,
|
||||
|
||||
g_object_notify (G_OBJECT (menu_button), "popover");
|
||||
g_object_notify (G_OBJECT (menu_button), "menu-model");
|
||||
g_object_freeze_notify (G_OBJECT (menu_button));
|
||||
g_object_thaw_notify (G_OBJECT (menu_button));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user