f-spot r3961 - trunk/src/UI.Dialog
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3961 - trunk/src/UI.Dialog
- Date: Wed, 21 May 2008 07:27:19 +0000 (UTC)
Author: sdelcroix
Date: Wed May 21 07:27:19 2008
New Revision: 3961
URL: http://svn.gnome.org/viewvc/f-spot?rev=3961&view=rev
Log:
load user themes first
Modified:
trunk/src/UI.Dialog/PreferenceDialog.cs
Modified: trunk/src/UI.Dialog/PreferenceDialog.cs
==============================================================================
--- trunk/src/UI.Dialog/PreferenceDialog.cs (original)
+++ trunk/src/UI.Dialog/PreferenceDialog.cs Wed May 21 07:27:19 2008
@@ -113,7 +113,7 @@
themelist_combo = ComboBox.NewText ();
theme_list = new Dictionary<string, string> ();
string gtkrc = Path.Combine ("gtk-2.0", "gtkrc");
- string [] search = {"/usr/share/themes", Path.Combine (Global.HomeDirectory, ".themes")};
+ string [] search = {Path.Combine (Global.HomeDirectory, ".themes"), "/usr/share/themes"};
foreach (string path in search)
if (Directory.Exists (path))
foreach (string dir in Directory.GetDirectories (path))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]