Correct name of function fn_is_special. Thanks to John McCabe-Dansted
[pspp] / src / ui / gui / var-sheet.c
index bb7a0a6026885f09fdb30783494010b54b954f40..3c26fcd1778b8f92235338ce49c431a5476f1d31 100644 (file)
@@ -287,7 +287,7 @@ var_sheet_cell_entry_enter (GtkSheet * sheet, gint row, gint column,
        if (!val_labs_dialog )
            val_labs_dialog = val_labs_dialog_create (xml);
 
-       val_labs_dialog->pv = pv;
+       val_labs_dialog_set_target_variable (val_labs_dialog, pv);
 
        g_signal_connect_swapped (GTK_OBJECT (customEntry),
                                 "clicked",
@@ -410,7 +410,7 @@ extern PsppireVarStore *the_var_store;
 
 
 /* Create the var sheet */
-GtkWidget*
+G_MODULE_EXPORT GtkWidget*
 psppire_variable_sheet_create (gchar *widget_name,
                               gchar *string1,
                               gchar *string2,