psppire-import-assistant: Use maximised window instead of full_screen.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 14 Jan 2017 06:51:18 +0000 (07:51 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 14 Jan 2017 06:51:18 +0000 (07:51 +0100)
A number of users had complained about the full screen window.
Fixes bug #48230

src/ui/gui/psppire-import-assistant.c

index 98219fd6f497a9237934fe8c1b521b27ca5de5a0..00589e49641469d8feedaa511fc1b039e5d64392 100644 (file)
@@ -954,7 +954,7 @@ psppire_import_assistant_init (PsppireImportAssistant *ia)
 
   gtk_assistant_set_forward_page_func (GTK_ASSISTANT (ia), next_page_func, NULL, NULL);
 
-  gtk_window_fullscreen (GTK_WINDOW (ia));
+  gtk_window_maximize (GTK_WINDOW (ia));
 }