fixed goto case dialog
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 7 Jun 2020 07:08:01 +0000 (09:08 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 7 Jun 2020 07:08:01 +0000 (09:08 +0200)
commit2a3d7330188ac2faf40093dbaa09a901558217d8
treee221ff504b5fdc454c2582bfda4334bb9a85370b
parentdf3728b28df255a1bef368985a9185c221143168
fixed goto case dialog

The goto case dialog did not work. The GtkTreeModel cast of the datasheet
does not work because datasheet is not derived from treemodel. Changed
types from casenumber to gint because the gtktreemodel function returns gint.
casenumber is long which my be bigger than int but the treemodel cant handle
this anyway.
src/ui/gui/goto-case-dialog.c