Skip to content

Commit

Permalink
Fix: show checkbox on 'start daemon' dialog even if it's displayed fr…
Browse files Browse the repository at this point in the history
…om tray
  • Loading branch information
kozec committed Aug 15, 2014
1 parent 3384cc9 commit 901885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing_gtk/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def cb_statusicon_click(self, *a):
else:
self["window"].show()
if self.connect_dialog != None:
self.connect_dialog.show()
self.connect_dialog.show_all()

def cb_infobar_close(self, bar):
if bar == self["infobar"]:
Expand Down

0 comments on commit 901885e

Please sign in to comment.