Skip to content

Commit

Permalink
Restoring the magical hack that I accidentally reverted in the last r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
Andrew Stormont committed Apr 20, 2010
1 parent b76f572 commit e837ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maximus-app.c
Expand Up @@ -382,7 +382,7 @@ on_window_opened (WnckScreen *screen,

if (no_maximize || priv->no_maximize)
{
if (wnck_window_is_maximized(window))
if (wnck_window_is_maximized(window) && priv->undecorate)
{
_window_set_decorations (window, 0);
gdk_flush ();
Expand Down

0 comments on commit e837ff0

Please sign in to comment.