Skip to content
Snippets Groups Projects
Commit af5afb2c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

use set_transient_for instead of reparent. We don't reparent a window, but a widget

parent fbcc091d
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ class GajimPluginConfigDialog(gtk.Dialog):
@log_calls('GajimPluginConfigDialog')
def run(self, parent=None):
self.reparent(parent)
self.set_transient_for(parent)
self.on_run()
self.show_all()
result = super(GajimPluginConfigDialog, self).run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment