X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.c;fp=src%2Fui%2Fgui%2Fpsppire-data-sheet.c;h=4b7df0dc287f5919b4b69a00e988976397ea9746;hb=4eb2e820b01d92ef662c741f5ac30f08bedd1de6;hp=6aa3d19d683fa9b89453b237f80c9e0e003680ed;hpb=ed7a8820e2f7797fb61a9a5628c18169dcfd3513;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.c b/src/ui/gui/psppire-data-sheet.c index 6aa3d19d68..4b7df0dc28 100644 --- a/src/ui/gui/psppire-data-sheet.c +++ b/src/ui/gui/psppire-data-sheet.c @@ -104,9 +104,6 @@ change_data_value (PsppireDataSheet *sheet, gint col, gint row, GValue *value) value_destroy_from_variant (&v, vrnt); } -gboolean myreversefunc (GtkTreeModel *model, gint col, gint row, const gchar *in, - GValue *out); - static void @@ -351,7 +348,7 @@ psppire_data_sheet_new (void) GObject *obj = g_object_new (PSPPIRE_TYPE_DATA_SHEET, "forward-conversion", psppire_data_store_value_to_string, - "reverse-conversion", myreversefunc, + "reverse-conversion", psppire_data_store_string_to_value, "editable", TRUE, "horizontal-draggable", TRUE, NULL);