[Xfce4-commits] [apps/catfish] 01/01: Apply transience to about dialog

noreply at xfce.org noreply at xfce.org
Fri Dec 27 12:15:17 CET 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit 0e7eb94b870892d90c95172284f967863341c962
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Dec 27 06:15:12 2019 -0500

    Apply transience to about dialog
---
 catfish_lib/Window.py | 1 +
 po/catfish.pot        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/catfish_lib/Window.py b/catfish_lib/Window.py
index 8ce6947..537a75c 100644
--- a/catfish_lib/Window.py
+++ b/catfish_lib/Window.py
@@ -255,6 +255,7 @@ class Window(Gtk.Window):
         """Display the about box for catfish."""
         if self.AboutDialog is not None:
             about = self.AboutDialog()  # pylint: disable=E1102
+            about.set_transient_for(self)
             about.run()
             about.destroy()
 
diff --git a/po/catfish.pot b/po/catfish.pot
index 3a612dc..f765711 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-26 05:13-0500\n"
+"POT-Creation-Date: 2019-12-27 06:14-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list