summarylogtreecommitdiffstats
path: root/set-title-and-icon.patch
diff options
context:
space:
mode:
authorkaramaz0v2018-05-17 00:53:42 +0200
committerkaramaz0v2018-05-17 00:53:42 +0200
commitf50d038674965332dd95f159d64feab2a665ce5d (patch)
tree9112fee91f2b0ab0bd11c33f122b8c804d97b62b /set-title-and-icon.patch
parent93e91ea702308c4925f0aac0d2a4c16bb04cad93 (diff)
downloadaur-p4vasp.tar.gz
patches from debian package incorporated
Diffstat (limited to 'set-title-and-icon.patch')
-rw-r--r--set-title-and-icon.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/set-title-and-icon.patch b/set-title-and-icon.patch
new file mode 100644
index 000000000000..13b95662841d
--- /dev/null
+++ b/set-title-and-icon.patch
@@ -0,0 +1,15 @@
+Description: Set main window title and icon
+Author: Graham Inggs <ginggs@debian.org>
+Forwarded: not-needed
+Last-Update: 2017-12-02
+--- p4v.py
++++ p4v.py
+@@ -268,6 +268,8 @@
+ setMessageDriver(FrameMessageDriver(xml,"p4vasp.log"))
+ w.show_all()
+ systemlist().addSystemListListener(self)
++ w.set_title("p4vasp")
++ w.set_icon_from_file("/usr/share/icons/p4vasp-icon.png")
+ return self.root_widget
+
+ def connect_signals(self,x):