[Xfce4-commits] [apps/xfce4-panel-profiles] 46/162: Give save dialog a parent

noreply at xfce.org noreply at xfce.org
Fri Jul 13 13:09:05 CEST 2018


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

o   c   h   o   s   i       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/xfce4-panel-profiles.

commit de3e717999382541c4af7dc8cc56cddcb99a4a5e
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Sep 26 11:57:18 2015 -0400

    Give save dialog a parent
---
 xfpanel-switch/xfpanel-switch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfpanel-switch/xfpanel-switch.py b/xfpanel-switch/xfpanel-switch.py
index c0377ae..4ce9c11 100644
--- a/xfpanel-switch/xfpanel-switch.py
+++ b/xfpanel-switch/xfpanel-switch.py
@@ -226,7 +226,7 @@ class XfpanelSwitch:
         response = dialog.run()
         if response == Gtk.ResponseType.ACCEPT:
             filename = dialog.get_filename()
-            savedlg = PanelSaveDialog()
+            savedlg = PanelSaveDialog(self.window)
             if savedlg.run() == Gtk.ResponseType.ACCEPT:
                 name = savedlg.get_save_name()
                 dst = os.path.join(self.save_location, name + ".tar.bz2")

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


More information about the Xfce4-commits mailing list