[f-spot] Dont reload FSpot.TimeAdaptor twice



commit 3341ea3188e21f20819a426bf89e06005aa41b4c
Author: Fabrice Bellet <fabrice bellet info>
Date:   Sun Mar 18 10:28:48 2012 +0100

    Dont reload FSpot.TimeAdaptor twice

 src/Clients/MainApp/FSpot/GroupAdaptor.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot/GroupAdaptor.cs b/src/Clients/MainApp/FSpot/GroupAdaptor.cs
index 1f1828b..ebfc1ac 100644
--- a/src/Clients/MainApp/FSpot/GroupAdaptor.cs
+++ b/src/Clients/MainApp/FSpot/GroupAdaptor.cs
@@ -52,7 +52,6 @@ namespace FSpot {
 			set {
 				if (order_ascending != value) {
 					order_ascending = value;
-					Reload();
 				}
 			}
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]