Fix a warning

This commit is contained in:
Matthias Clasen 2015-07-26 01:49:19 -04:00
parent 5c2759af3c
commit b2b4a3bb0a

View File

@ -6070,7 +6070,7 @@ gtk_window_map (GtkWidget *widget)
return;
}
screen = gtk_window_get_screen (widget);
screen = gtk_window_get_screen (window);
if (priv->initial_fullscreen_monitor > gdk_screen_get_n_monitors (screen))
priv->initial_fullscreen_monitor = -1;