summarylogtreecommitdiffstats
path: root/set-title-and-icon.patch
blob: 13b95662841ddb5451dd8c71551e641daa876a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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):