comment update list store method
This commit is contained in:
parent
a698f0d4f5
commit
fd6fe54ba2
@ -461,6 +461,9 @@ namespace Sernatur {
|
|||||||
region.sort_order = Gtk.SortType.DESCENDING;
|
region.sort_order = Gtk.SortType.DESCENDING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update the list store with the data from the database
|
||||||
|
*/
|
||||||
private void update_list_store () {
|
private void update_list_store () {
|
||||||
tour_list = Tour.get_all_tours (conn.db);
|
tour_list = Tour.get_all_tours (conn.db);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user