core dump fiox from rob browning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1002 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-18 03:54:50 +00:00
parent 020be491a6
commit b9e16b4f15

View File

@ -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);
}