X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Frep_stats.c;h=bb840f72cf09fa0c5c44049545bada69a20725af;hp=fe354db6a9c998e21f8f957bfd222f1e9afa7086;hb=b84403141a4c3a32a594800eb3fcabdc856461f8;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7 diff --git a/src/rep_stats.c b/src/rep_stats.c index fe354db..bb840f7 100644 --- a/src/rep_stats.c +++ b/src/rep_stats.c @@ -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. * @@ -1582,7 +1582,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);