Skip to content

Commit

Permalink
Don't call show_all on the main window
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Feb 12, 2015
1 parent bea1c52 commit f16a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion king_phisher/client/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def do_activate(self):
Gtk.Application.do_activate(self)
win = client.KingPhisherClient(self.config, self)
win.set_position(Gtk.WindowPosition.CENTER)
win.show_all()
win.show()

def do_shutdown(self):
Gtk.Application.do_shutdown(self)
Expand Down

0 comments on commit f16a37e

Please sign in to comment.