[f-spot/FSPOT_0_6_0_STABLE] Re-keep sorting option on startup. Fix bgo#598714
- From: Lorenzo Milesi <lmilesi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] Re-keep sorting option on startup. Fix bgo#598714
- Date: Sun, 18 Oct 2009 16:23:13 +0000 (UTC)
commit fa17db9e35a143bcae9d7b78b711873cfb8d589d
Author: Lorenzo Milesi <maxxer yetopen it>
Date: Sun Oct 18 18:17:57 2009 +0200
Re-keep sorting option on startup. Fix bgo#598714
src/MainWindow.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index 91033c0..cf9a967 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -1684,6 +1684,7 @@ public class MainWindow {
Preferences.Set (Preferences.SHOW_DATES, icon_view.DisplayDates);
Preferences.Set (Preferences.SHOW_RATINGS, icon_view.DisplayRatings);
+ Preferences.Set (Preferences.GROUP_ADAPTOR_ORDER_ASC, group_selector.Adaptor.OrderAscending);
Preferences.Set (Preferences.GLASS_POSITION, group_selector.GlassPosition);
Preferences.Set (Preferences.SIDEBAR_POSITION, main_hpaned.Position);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]