[tomboy] Resensitize autosync preference



commit 664cc4f79d5b01128f6cd527f23115d05b0ab0e7
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Mar 8 06:32:50 2010 -0800

    Resensitize autosync preference
    
    Works For Me :-)

 Tomboy/PreferencesDialog.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index 4d34c42..403e013 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -530,7 +530,6 @@ 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]