Set the "local-only" property on GtkFileChooser widgets to FALSE
[pspp] / src / ui / gui / psppire-output-window.c
index cf65a2f9e6c518c7dbd7b6581a0808b10ea06c92..a29fcc6cd5bc23e8f1fe28ad1084ea34e30b226a 100644 (file)
@@ -586,6 +586,8 @@ psppire_output_window_export (PsppireOutputWindow *window)
                                         GTK_STOCK_SAVE,   GTK_RESPONSE_ACCEPT,
                                         NULL);
 
+  g_object_set (dialog, "local-only", FALSE, NULL);
+
   chooser = GTK_FILE_CHOOSER (dialog);
 
   list = create_file_type_list ();