~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/rep_budget.c

  • Committer: Maxime Doyen
  • Date: 2017-01-23 19:54:19 UTC
  • Revision ID: homebank@free.fr-20170123195419-fqvtofna8k7bvww6
5.1.3 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  HomeBank -- Free, easy, personal accounting for everyone.
2
 
 *  Copyright (C) 1995-2016 Maxime DOYEN
 
2
 *  Copyright (C) 1995-2017 Maxime DOYEN
3
3
 *
4
4
 *  This file is part of HomeBank.
5
5
 *
581
581
        if(maxdate < mindate) return;
582
582
 
583
583
        g_queue_free (data->txn_queue);
584
 
        data->txn_queue = hbfile_transaction_get_partial(data->filter->mindate, data->filter->maxdate);
 
584
        data->txn_queue = hbfile_transaction_get_partial_budget(data->filter->mindate, data->filter->maxdate);
585
585
 
586
586
 
587
587
        DB( g_print(" for=%d, kind=%d\n", tmpfor, tmpkind) );
1156
1156
        // data to action callbacks is set here (data)
1157
1157
        gtk_action_group_add_actions (actions, entries, n_entries, data);
1158
1158
 
1159
 
     gtk_action_group_add_toggle_actions (actions,
 
1159
        gtk_action_group_add_toggle_actions (actions,
1160
1160
                                           toggle_entries, n_toggle_entries,
1161
1161
                                           data);
1162
1162