projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9b0d8
)
headerbar: Stop using GtkMenuButton::use-popover
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 27 Dec 2019 03:07:20 +0000
(22:07 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 30 Dec 2019 01:31:57 +0000
(20:31 -0500)
This property is going away.
gtk/gtkheaderbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index d21ce4cef5cbfa9f37b2c5ad64bca3a88a07957d..7b82bb831df819ae70a1157b124fd993ad913019 100644
(file)
--- a/
gtk/gtkheaderbar.c
+++ b/
gtk/gtkheaderbar.c
@@
-405,7
+405,6
@@
_gtk_header_bar_update_window_buttons (GtkHeaderBar *bar)
button = gtk_menu_button_new ();
gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (button), menu);
- gtk_menu_button_set_use_popover (GTK_MENU_BUTTON (button), TRUE);
gtk_style_context_add_class (gtk_widget_get_style_context (button), "titlebutton");
gtk_style_context_add_class (gtk_widget_get_style_context (button), "appmenu");
image = gtk_image_new ();