mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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…
Reference in New Issue
Block a user