]> Dogcows Code - chaz/homebank/blobdiff - src/hb-export.c
Merge branch 'upstream'
[chaz/homebank] / src / hb-export.c
index f7224559122cd3bfbe570ab825a7ca6da533a659..b1022f351090ae55e66981a15c9ab7b16d006be3 100644 (file)
@@ -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)
This page took 0.019236 seconds and 4 git commands to generate.