[tomboy/autosync: 11/15] Desensitize autosync prefs UI until the feature stabilizes



commit 35b06fec13a5a9b984b886fdb9ffb0b28e651086
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun Feb 7 23:19:33 2010 -0800

    Desensitize autosync prefs UI until the feature stabilizes

 Tomboy/PreferencesDialog.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index d77bc96..b5a0225 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -482,6 +482,7 @@ namespace Tomboy
 			autosyncBox.PackStart (autosyncCheck);
 			autosyncBox.PackStart (autosyncSpinner);
 			autosyncBox.PackStart (autosyncExtraText);
+			autosyncBox.Sensitive = false; // TODO: Remove when this feature is stable
 			vbox.PackStart (autosyncBox, false, true, 0);
 
 			Gtk.HButtonBox bbox = new Gtk.HButtonBox ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]