Preferences/ConfigurationPages/ApplicationPage.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Preferences/ConfigurationPages/ApplicationPage.py
--- a/Preferences/ConfigurationPages/ApplicationPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/ApplicationPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -12,6 +12,7 @@
 
 import Preferences
 
+
 class ApplicationPage(ConfigurationPageBase, Ui_ApplicationPage):
     """
     Class implementing the Application configuration page.
@@ -93,12 +94,13 @@
             period = 4
         Preferences.setUI("PerformVersionCheck", period)
         
-        Preferences.setUser("UseSystemEmailClient", 
+        Preferences.setUser("UseSystemEmailClient",
             self.systemEmailClientCheckBox.isChecked())
         
-        Preferences.setUI("CheckErrorLog", 
+        Preferences.setUI("CheckErrorLog",
             self.errorlogCheckBox.isChecked())
     
+
 def create(dlg):
     """
     Module function to create the configuration page.
@@ -106,4 +108,4 @@
     @param dlg reference to the configuration dialog
     """
     page = ApplicationPage()
-    return page
\ No newline at end of file
+    return page

eric ide

mercurial