Skip to content

Commit

Permalink
oops: missed from r8628: pass the actual wid so we can use it
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8629 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 5, 2015
1 parent bc1939f commit 44103b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ def _process_new_common(self, packet, override_redirect):
def make_new_window(self, wid, x, y, w, h, metadata, override_redirect, client_properties):
metadata = typedict(metadata)
client_window_classes = self.get_client_window_classes(metadata, override_redirect)
group_leader_window = self.get_group_leader(metadata, override_redirect)
group_leader_window = self.get_group_leader(wid, metadata, override_redirect)
#workaround for "popup" OR windows without a transient-for (like: google chrome popups):
#prevents them from being pushed under other windows on OSX
#find a "transient-for" value using the pid to find a suitable window
Expand Down

0 comments on commit 44103b5

Please sign in to comment.