~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/hub-transaction.c

  • Committer: Maxime Doyen
  • Date: 2019-05-25 07:29:57 UTC
  • Revision ID: homebank@free.fr-20190525072957-35m6fho2msvt86ko
5.2.6 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                        if(txn->date > GLOBALS->today)
79
79
                        {
80
80
                                gtk_list_store_insert_with_values(GTK_LIST_STORE(model1), &iter, -1,
81
 
                                                LST_DSPOPE_DATAS, txn,
 
81
                                                MODEL_TXN_POINTER, txn,
82
82
                                                -1);
83
83
                        }
84
84
 
85
85
                        if(txn->status == TXN_STATUS_REMIND)
86
86
                        {
87
87
                                gtk_list_store_insert_with_values(GTK_LIST_STORE(model2), &iter, -1,
88
 
                                                LST_DSPOPE_DATAS, txn,
 
88
                                                MODEL_TXN_POINTER, txn,
89
89
                                                -1);
90
90
                        }
91
91
                        lnk_txn = g_list_next(lnk_txn);