Skip to content

Commit

Permalink
#528 fix breakage caused by r5674: we now need to initialize the UI s…
Browse files Browse the repository at this point in the history
…eparately

git-svn-id: https://xpra.org/svn/Xpra/trunk@5715 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 7, 2014
1 parent 112a229 commit fcd3057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/client/gtk2/client_launcher.py
Expand Up @@ -479,6 +479,7 @@ def do_start_XpraClient(self, conn):
log("start_XpraClient() client=%s", self.client)
self.client.setup_connection(conn)
self.client.init(self.config)
self.client.init_ui(self.config)
log("start_XpraClient() client initialized")

if self.config.password:
Expand Down

0 comments on commit fcd3057

Please sign in to comment.