Skip to content

Commit

Permalink
#996: fix start-new-command when running against unshared servers
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10785 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 10, 2015
1 parent 306f8dd commit b9b0209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/start_new_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, run_callback=None, can_share=False):
self.share.set_active(True)
vbox.add(self.share)
else:
self.share = False
self.share = None

# Buttons:
hbox = gtk.HBox(False, 20)
Expand Down

0 comments on commit b9b0209

Please sign in to comment.