]> Dogcows Code - chaz/homebank/blobdiff - src/rep_budget.c
Merge branch 'upstream'
[chaz/homebank] / src / rep_budget.c
index 0812d8a978a9cab22e18294a509f68bce0cbc2e0..dfe2f68e38cdd43266477ac24ce12f4df0993c65 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2017 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -581,7 +581,7 @@ gchar *title;
        if(maxdate < mindate) return;
 
        g_queue_free (data->txn_queue);
-       data->txn_queue = hbfile_transaction_get_partial(data->filter->mindate, data->filter->maxdate);
+       data->txn_queue = hbfile_transaction_get_partial_budget(data->filter->mindate, data->filter->maxdate);
 
 
        DB( g_print(" for=%d, kind=%d\n", tmpfor, tmpkind) );
@@ -1156,7 +1156,7 @@ GError *error = NULL;
        // data to action callbacks is set here (data)
        gtk_action_group_add_actions (actions, entries, n_entries, data);
 
-     gtk_action_group_add_toggle_actions (actions,
+       gtk_action_group_add_toggle_actions (actions,
                                           toggle_entries, n_toggle_entries,
                                           data);
 
This page took 0.021917 seconds and 4 git commands to generate.