core dump fiox from rob browning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1002 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 020be491a6
commit b9e16b4f15

@ -174,11 +174,11 @@ xaccSetComboCellValue (ComboCell *cell, const char * str)
{
PopBox * box;
if(!str) str = "";
SET (&(cell->cell), str);
box = (PopBox *) (cell->cell.gui_private);
if(!str) str = "";
gtk_entry_set_text(GTK_ENTRY(box->combobox->entry), str);
}

Loading…
Cancel
Save