Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108740 | Differences between
and this patch

Collapse All | Expand All

(-)src/OptionsDialog.cs (-2 / +2 lines)
Lines 55-62 Link Here
55
		private ListStore storeIconList;
55
		private ListStore storeIconList;
56
		private TreeView treeKeyboard;
56
		private TreeView treeKeyboard;
57
		private TreeIter iter;
57
		private TreeIter iter;
58
		private string[] keyboardList = {"ar", "da", "de", "de-ch", "en-gb", "en-us", "es", "et", +
58
		private string[] keyboardList = {"ar", "da", "de", "de-ch", "en-gb", "en-us", "es", "et", 
59
			"fi", "fo", "fr", "fr-be", "fr-ca", "fr-ch", "hr", "hu", "is", "it", "ja", "ko", "lt", +
59
			"fi", "fo", "fr", "fr-be", "fr-ca", "fr-ch", "hr", "hu", "is", "it", "ja", "ko", "lt", 
60
			"lv", "mk", "nl", "nl-be", "no", "pl", "pt", "pt-br", "ru", "sl", "sv", "th", "tr"};
60
			"lv", "mk", "nl", "nl-be", "no", "pl", "pt", "pt-br", "ru", "sl", "sv", "th", "tr"};
61
		private Configuration config;
61
		private Configuration config;
62
		private SessionTreeStore categoryTreeStore;
62
		private SessionTreeStore categoryTreeStore;

Return to bug 108740