From 3a6290531feab563bf0ba46a4e2617578ef2e86b Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:55:22 +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/ProgressDialog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/blackbox/ui/ProgressDialog.py b/usr/share/blackbox/ui/ProgressDialog.py index 138c93f..0af19f6 100644 --- a/usr/share/blackbox/ui/ProgressDialog.py +++ b/usr/share/blackbox/ui/ProgressDialog.py @@ -31,10 +31,10 @@ class ProgressDialog(Gtk.Dialog): self.connect("delete-event", package_progress_dialog_on_close, self, action) if action == "install": - self.set_title("Sofirem - installing package %s" % package.name) + self.set_title("BlackBox - installing package %s" % package.name) elif action == "uninstall": - self.set_title("Sofirem - removing package %s" % package.name) + self.set_title("BlackBox - removing package %s" % package.name) self.btn_package_progress_close = Gtk.Button(label="OK") self.btn_package_progress_close.connect( @@ -51,7 +51,7 @@ class ProgressDialog(Gtk.Dialog): self.set_modal(True) self.set_border_width(10) self.set_position(Gtk.WindowPosition.CENTER_ON_PARENT) - 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")) lbl_pacman_action_title = Gtk.Label(xalign=0, yalign=0) lbl_pacman_action_title.set_text("Running command:")