[f-spot] 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] Re-keep sorting option on startup. Fix bgo#598714
- Date: Sun, 18 Oct 2009 16:27:10 +0000 (UTC)
commit b3a9e66fa50a83f9352d41c96ccb90820e6f8c36
Author: Lorenzo Milesi <maxxer yetopen it>
Date: Sun Oct 18 18:26:43 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 92ba798..e32e3f6 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -1671,6 +1671,7 @@ namespace FSpot
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]