From fd6fe54ba2147d3ca130a86eb38e241560ae7f6b Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 17 Jan 2019 14:25:43 -0300 Subject: [PATCH] comment update list store method --- src/tour_list.vala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tour_list.vala b/src/tour_list.vala index 8549320..ccbf51d 100644 --- a/src/tour_list.vala +++ b/src/tour_list.vala @@ -461,6 +461,9 @@ namespace Sernatur { region.sort_order = Gtk.SortType.DESCENDING; } + /** + * Update the list store with the data from the database + */ private void update_list_store () { tour_list = Tour.get_all_tours (conn.db);