From 3942c463aa5177279fc28ebc0ceb179fc634472c Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Mon, 10 Feb 2025 04:22:21 +0900 Subject: [PATCH] Revert "Undo until application-utility is updated." This reverts commit 5f043c49dda4691b203f57d2589c15f260a55491. --- src/manjaro_hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 37b5f8c..2545995 100755 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -112,8 +112,8 @@ class EmbedBrowser(Embed): back_btn.connect("clicked", self.on_btn_clicked,window) grid.attach (back_btn, 0, 1, 1, 1) app=ApplicationBrowser(conf, window) - app.info_bar_appstream.pack_start(grid, expand=False, fill=False, padding=10) - app.info_bar_appstream.reorder_child(grid,0) + app.info_bar_title.pack_start(grid, expand=False, fill=False, padding=10) + app.info_bar_title.reorder_child(grid,0) app.show_all() self.box = app except Exception as err: