X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=a8e86072de74c453a9c20914bca999b74f3e5e38;hb=c28781f010b27ed9c02442e07b74a9284994c746;hp=8f2855bb6d6e437971d3afe7053049171e72aaea;hpb=403493b1f40ad45303df55ffbc27d08b1d9a8623;p=pspp diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 8f2855bb6d..a8e86072de 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -157,10 +157,8 @@ myreversefunc (GtkTreeModel *model, gint col, gint row, } gchar * -myconvfunc (GtkTreeModel *model, gint col, gint row, const GValue *v) +psppire_data_store_value_to_string (PsppireDataStore *store, gint col, gint row, const GValue *v) { - PsppireDataStore *store = PSPPIRE_DATA_STORE (model); - const struct variable *variable = psppire_dict_get_variable (store->dict, col); g_return_val_if_fail (variable, g_strdup ("???"));