style->fg[GTK_STATE_ACTIVE] = previous_style->fg[GTK_STATE_ACTIVE];
}
gtk_widget_set_style (GTK_WIDGET (sheet_entry), style);
+ g_object_unref (style);
}
}
psppire_case_file_data_in (PsppireCaseFile *cf, casenumber casenum, gint idx,
struct substring input, const struct fmt_spec *fmt)
{
- union value *value;
+ union value *value = NULL;
int width;
bool ok;
}
}
-
{
/* Create our own "pspp-stock-reset" item, using the
GTK_STOCK_REFRESH icon set */
g_assert (xml);
dialog->window = get_widget_assert (xml,"var_type_dialog");
+ dialog->active_button = -1;
g_signal_connect (dialog->window, "delete-event",