Use same default setting for quotes in csv import and export

This commit is contained in:
Robert Fewell
2014-09-22 23:27:54 +02:00
committed by Geert Janssens
parent 5c207daebc
commit 7d7d201498
2 changed files with 1 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data )
static
void load_settings (CsvExportInfo *info)
{
info->use_quotes = TRUE;
info->use_quotes = FALSE;
info->separator_str = ",";
info->file_name = NULL;
info->starting_dir = NULL;

View File

@@ -77,7 +77,6 @@ Select the type of Export required and the separator that will be used.
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="csv_export_quote_cb" swapped="no"/>
</object>