Change way to set transient for property

This commit is contained in:
Hugo Posnic
2016-12-27 15:27:47 +01:00
parent 685a086d69
commit 42e280b935
2 changed files with 44 additions and 44 deletions
-1
View File
@@ -256,7 +256,6 @@ class ManjaroHello():
self.set_autostart(autostart)
elif name == "about":
dialog = self.builder.get_object("aboutdialog")
dialog.set_transient_for(self.window)
dialog.run()
dialog.hide()