[goffice] GOFileSaver: default is non-interactive.



commit ae72381f41c20403449481e7477ccf051c185af3
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 10 15:34:30 2013 -0400

    GOFileSaver: default is non-interactive.

 goffice/app/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/app/file.c b/goffice/app/file.c
index 1f91999..46ba274 100644
--- a/goffice/app/file.c
+++ b/goffice/app/file.c
@@ -474,7 +474,7 @@ go_file_saver_init (GOFileSaver *fs)
        fs->mime_type = NULL;
        fs->description = NULL;
        fs->overwrite_files = TRUE;
-       fs->interactive = TRUE;
+       fs->interactive = FALSE;
        fs->format_level = GO_FILE_FL_NEW;
        fs->save_scope = GO_FILE_SAVE_WORKBOOK;
        fs->save_func = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]