From f92b8ea2172d9fd2ebe3a8db5d9614f7940ec411 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:54:19 +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/PackageListDialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/blackbox/ui/PackageListDialog.py b/usr/share/blackbox/ui/PackageListDialog.py index c8d9993..95a8f5c 100644 --- a/usr/share/blackbox/ui/PackageListDialog.py +++ b/usr/share/blackbox/ui/PackageListDialog.py @@ -27,7 +27,7 @@ class PackageListDialog(Gtk.Dialog): self.set_modal(True) self.set_border_width(10) - 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")) self.connect("delete-event", self.on_close) @@ -185,7 +185,7 @@ class PackageListDialog(Gtk.Dialog): with open(self.filename, "w", encoding="utf-8") as f: f.write( - "# This file was auto-generated by Sofirem on %s at %s\n" + "# This file was auto-generated by BlackBox on %s at %s\n" % ( fn.datetime.today().date(), fn.datetime.now().strftime("%H:%M:%S"),