blam r566 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r566 - trunk/src
- Date: Fri, 25 Apr 2008 18:15:04 +0100 (BST)
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]