aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-04-01 19:45:08 +0200
committerGuido Günther <agx@sigxcpu.org>2020-04-01 19:47:54 +0200
commit38cf8d1f01ca714a2a66e6452596e1f02d6ad938 (patch)
tree1ff252fba17405a69b45e83f19befbf8a56268da
parentafd5075d8ae7459b767fce7b40ab46b73f0d5343 (diff)
applet: Set proper parent for about dialog
-rwxr-xr-xsrc/prepaid-manager-applet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py
index 3302138..c48bce9 100755
--- a/src/prepaid-manager-applet.py
+++ b/src/prepaid-manager-applet.py
@@ -325,6 +325,7 @@ class PPMDialog(Gtk.ApplicationWindow):
def _init_about_dialog(self):
self.about_dialog = Gtk.AboutDialog(
+ parent=self,
authors=["Guido Günther <agx@sigxcpu.org>"],
website="https://honk.sigxcpu.org/piki/projects/ppm/",
website_label=_("Website"),