Fixes due to removal of info_bar_appstream from application-utility

This commit is contained in:
Masato TOYOSHIMA
2025-02-07 23:56:59 +09:00
parent b18049a45e
commit 2f9114c35d
+2 -2
View File
@@ -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: