]> Dogcows Code - chaz/homebank/blobdiff - src/list_operation.c
import homebank-5.1.3
[chaz/homebank] / src / list_operation.c
index 9b05b5d3d5fbcf7bca2ee0920067edb56e93c550..964d9cacc16fce35eec129013efc38cdb462e963 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.
  *
@@ -1169,6 +1169,7 @@ GtkTreeViewColumn  *column, *col_acc = NULL, *col_status = NULL;
        gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(store), LST_DSPOPE_CATEGORY, list_txn_sort_iter_compare_func, GINT_TO_POINTER(LST_DSPOPE_CATEGORY), NULL);
        gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(store), LST_DSPOPE_TAGS    , list_txn_sort_iter_compare_func, GINT_TO_POINTER(LST_DSPOPE_TAGS), NULL);
        gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(store), LST_DSPOPE_CLR     , list_txn_sort_iter_compare_func, GINT_TO_POINTER(LST_DSPOPE_CLR), NULL);
+       gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(store), LST_DSPOPE_ACCOUNT , list_txn_sort_iter_compare_func, GINT_TO_POINTER(LST_DSPOPE_ACCOUNT), NULL);
 
   /* apply user preference for columns */
        list_txn_set_columns(GTK_TREE_VIEW(treeview), pref_columns);
This page took 0.020503 seconds and 4 git commands to generate.