mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 03:55:05 +02:00
⏳ @eshanized updated the repository!!!
This commit is contained in:
@@ -27,7 +27,7 @@ class PackageListDialog(Gtk.Dialog):
|
|||||||
self.set_modal(True)
|
self.set_modal(True)
|
||||||
|
|
||||||
self.set_border_width(10)
|
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)
|
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:
|
with open(self.filename, "w", encoding="utf-8") as f:
|
||||||
f.write(
|
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.today().date(),
|
||||||
fn.datetime.now().strftime("%H:%M:%S"),
|
fn.datetime.now().strftime("%H:%M:%S"),
|
||||||
|
Reference in New Issue
Block a user