[baobab] location-list: Sort most recent items on top
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] location-list: Sort most recent items on top
- Date: Sat, 30 May 2020 08:05:05 +0000 (UTC)
commit 68bb90c46980f2f1bffc524cd7e8fa01c7247ab2
Author: Stefano Facchini <stefano facchini gmail com>
Date: Thu May 28 18:26:11 2020 +0200
location-list: Sort most recent items on top
src/baobab-location-list.vala | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/baobab-location-list.vala b/src/baobab-location-list.vala
index 89cac3c..0bcd54c 100644
--- a/src/baobab-location-list.vala
+++ b/src/baobab-location-list.vala
@@ -226,8 +226,6 @@ namespace Baobab {
last.next = null;
}
- recent_items.reverse ();
-
foreach (var info in recent_items) {
locations.append (new Location.for_recent_info (info));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]