From 2ef2dd5b70fd9e1ede12f3a3e0ff759513a07d92 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:54:42 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/blackbox/ui/PackagesImportDialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/blackbox/ui/PackagesImportDialog.py b/usr/share/blackbox/ui/PackagesImportDialog.py index 5ddb56e..5e41c14 100644 --- a/usr/share/blackbox/ui/PackagesImportDialog.py +++ b/usr/share/blackbox/ui/PackagesImportDialog.py @@ -46,7 +46,7 @@ class PackagesImportDialog(Gtk.Dialog): self.set_titlebar(headerbar) - self.set_icon_from_file(os.path.join(base_dir, "images/sofirem.png")) + self.set_icon_from_file(os.path.join(base_dir, "images/blackbox.png")) hbox_title = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10) lbl_packages_title = Gtk.Label(xalign=0) @@ -205,7 +205,7 @@ class PackagesImportDialog(Gtk.Dialog): self.pkg_import_queue.put(event) # debug install, overrride packages_list - # self.packages_list = ["cheese", "firefox", "sofirem-dev-git", "sofirem-git"] + # self.packages_list = ["cheese", "firefox", "blackbox-dev-git", "blackbox-git"] # starts 2 threads one to install the packages, and another to check install status