Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26345 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 13, 2020
1 parent 8aa09ae commit 6643105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk3/gtk3_client_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Gdk.WindowTypeHint.DND)


CUSTOM_TITLE_BAR = envbool("XPRA_CUSTOM_TITLE_BAR", True)
CUSTOM_TITLE_BAR = envbool("XPRA_CUSTOM_TITLE_BAR", True)
WINDOW_ICON = CUSTOM_TITLE_BAR and envbool("XPRA_WINDOW_ICON", not OSX)
WINDOW_XPRA_MENU = CUSTOM_TITLE_BAR and envbool("XPRA_WINDOW_XPRA_MENU", is_gnome())
WINDOW_MENU = CUSTOM_TITLE_BAR and envbool("XPRA_WINDOW_MENU", not OSX)
Expand Down

0 comments on commit 6643105

Please sign in to comment.