[five-or-more/arnaudb/wip/gtk4: 15/29] Adapt to Box API.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more/arnaudb/wip/gtk4: 15/29] Adapt to Box API.
- Date: Fri, 27 Mar 2020 15:47:53 +0000 (UTC)
commit 1ec8b483a7999088e6f81b05e2799f76f6fbe79a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Mar 12 23:35:03 2020 +0100
Adapt to Box API.
src/window.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window.vala b/src/window.vala
index 52874f6..390143c 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -73,7 +73,7 @@ private class GameWindow : ApplicationWindow
maximize ();
NextPiecesWidget next_pieces_widget = new NextPiecesWidget (settings, game, theme);
- preview_hbox.pack_start (next_pieces_widget);
+ preview_hbox.add (next_pieces_widget);
next_pieces_widget.realize ();
next_pieces_widget.show ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]