mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
16139b2a78
commit
52f414fdde
@ -1258,9 +1258,6 @@ item_edit_hide_popup (ItemEdit *item_edit)
|
||||
g_return_if_fail(item_edit != NULL);
|
||||
g_return_if_fail(IS_ITEM_EDIT(item_edit));
|
||||
|
||||
if (item_edit->item_list == NULL)
|
||||
return;
|
||||
|
||||
if (item_edit->item_list)
|
||||
gnome_canvas_item_set
|
||||
(GNOME_CANVAS_ITEM(item_edit->item_list),
|
||||
|
Loading…
Reference in New Issue
Block a user