Skip to content

Commit

Permalink
update log message to match code
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@12211 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 25, 2016
1 parent 6a3f2b2 commit 465d585
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 @@ -2608,7 +2608,7 @@ def unfreeze(self):
window.unfreeze()

def deiconify_windows(self):
log("deiconify()")
log("deiconify_windows()")
for window in self._id_to_window.values():
window.deiconify()

Expand Down

0 comments on commit 465d585

Please sign in to comment.