From 2f9114c35d27d89faf5a8db3fe41b67997fe18eb Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Fri, 7 Feb 2025 23:54:52 +0900 Subject: [PATCH] Fixes due to removal of info_bar_appstream from application-utility --- 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 0487021..1d5115a 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.app_browser_box.pack_start(grid, expand=False, fill=False, padding=10) + app.app_browser_box.reorder_child(grid,0) app.show_all() self.box = app except Exception as err: