X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-export.c;fp=src%2Fhb-export.c;h=b1022f351090ae55e66981a15c9ab7b16d006be3;hp=f7224559122cd3bfbe570ab825a7ca6da533a659;hb=5499ff44ef50b751b58f27fd13594f7dd4f959b7;hpb=a6c6b0df5492c2160ed97e3a376bdb2fe7c5ebc4 diff --git a/src/hb-export.c b/src/hb-export.c index f722455..b1022f3 100644 --- a/src/hb-export.c +++ b/src/hb-export.c @@ -18,7 +18,9 @@ */ #include "homebank.h" + #include "hb-export.h" +#include "list-operation.h" /****************************************************************************/ /* Debug macros */ @@ -552,7 +554,7 @@ gint i, col; Transaction *txn; int tw, th; - gtk_tree_model_get (model, &iter, LST_DSPOPE_DATAS, &txn, -1); + gtk_tree_model_get (model, &iter, MODEL_TXN_POINTER, &txn, -1); i = 0; g_date_set_julian (date, txn->date); @@ -624,7 +626,7 @@ gint i, col; Transaction *txn; int tw, th; - gtk_tree_model_get (model, &iter, LST_DSPOPE_DATAS, &txn, -1); + gtk_tree_model_get (model, &iter, MODEL_TXN_POINTER, &txn, -1); //DB( g_print(" - %d, %d, %s\n", x, y, txn->memo) ); if(cur_page_line == 1)