From 38cf8d1f01ca714a2a66e6452596e1f02d6ad938 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 1 Apr 2020 19:45:08 +0200 Subject: applet: Set proper parent for about dialog --- src/prepaid-manager-applet.py | 1 + 1 file changed, 1 insertion(+) 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 "], website="https://honk.sigxcpu.org/piki/projects/ppm/", website_label=_("Website"), -- cgit v1.2.3