[libgnome-games-support/andy128k-gtk4: 8/15] Use show_title_buttons.
- From: Andrey Kutejko <akutejko src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-games-support/andy128k-gtk4: 8/15] Use show_title_buttons.
- Date: Mon, 15 Nov 2021 08:08:34 +0000 (UTC)
commit 2a056aa763c683b45b7264f5111381d1fcec2490
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Mar 5 18:20:40 2020 +0100
Use show_title_buttons.
games/scores/dialog.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/games/scores/dialog.vala b/games/scores/dialog.vala
index d11a681..61c81e5 100644
--- a/games/scores/dialog.vala
+++ b/games/scores/dialog.vala
@@ -51,7 +51,7 @@ private class Dialog : Gtk.Dialog
headerbar = (Gtk.HeaderBar) this.get_header_bar ();
- headerbar.show_close_button = (new_high_score == null);
+ headerbar.show_title_buttons = (new_high_score == null);
if (new_high_score != null)
/* Appears at the top of the dialog, as the heading of the dialog */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]