diff src/options.h @ 684:9f00d0d874fa

Save order of Properties dialog tabs to rc file. Users of GTK+ <2.10 can set tabs order directly in the rc file, others can move tabs using drag'n drop. The option is named properties.tabs_order, its default value is "123" which is General, Keywords, Exif tabs (left to right).
author zas_
date Sun, 18 May 2008 21:14:01 +0000
parents 8cc9f349c670
children 2d8a8e892b5e
line wrap: on
line diff
--- a/src/options.h	Sun May 18 12:56:18 2008 +0000
+++ b/src/options.h	Sun May 18 21:14:01 2008 +0000
@@ -207,6 +207,10 @@
 		} sort;
 	} panels;
 
+	/* properties dialog */
+	struct {
+		gchar *tabs_order;
+	} properties;
 
 	/* color profiles */
 	struct {