blam r566 - trunk/src



Author: cmartin
Date: Fri Apr 25 17:15:04 2008
New Revision: 566
URL: http://svn.gnome.org/viewvc/blam?rev=566&view=rev

Log:
Reflect wether options are active.

Fill the Active property for the ingore SSL errors and
refresh at startup options. (OOPS!)


Modified:
   trunk/src/PreferencesDialog.cs

Modified: trunk/src/PreferencesDialog.cs
==============================================================================
--- trunk/src/PreferencesDialog.cs	(original)
+++ trunk/src/PreferencesDialog.cs	Fri Apr 25 17:15:04 2008
@@ -59,6 +59,10 @@
 			int refreshRate = Conf.Get (Preference.AUTO_REFRESH_RATE, 15);
 			refreshRateSpinButton.Value = refreshRate;
 
+            ignoreSSLErr.Active = Conf.Get(Preference.IGNORE_SSL_ERR, false);
+
+            RefreshOnStartup.Active = Conf.Get(Preference.REFRESH_AT_START, false);
+
 			boldThemeLabel.Markup = "<b>" + boldThemeLabel.Text + "</b>";
 
 			themeComboBox.Changed += new EventHandler(ThemeSelectionChanged);



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