From 7d3e47af77915c818cd66a1fe7cb9afb4ca5e757 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 6 Apr 2017 08:48:44 +0200 Subject: [PATCH] Remove call to property which no longer exists --- src/ui/gui/psppire-data-editor.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index 2574cb3548..a8bc44bb69 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -952,13 +952,9 @@ psppire_data_editor_init (PsppireDataEditor *de) g_signal_connect (de->data_sheet, "selection-changed", G_CALLBACK (set_menu_items_sensitivity), de); - /* FIXME: The following two statements do basically the same thing. - Do we need both? */ - g_object_set (de->data_sheet, "export-function", - psppire_data_store_value_to_string, NULL); - jmd_sheet_set_conversion_func (JMD_SHEET (de->data_sheet), - psppire_data_store_value_to_string, myreversefunc); + psppire_data_store_value_to_string, + myreversefunc); GtkWidget *data_button = jmd_sheet_get_button (JMD_SHEET (de->data_sheet)); gtk_button_set_label (GTK_BUTTON (data_button), _("Case")); -- 2.30.2