Preferences/ConfigurationPages/ApplicationPage.py

changeset 564
b3d966393ba9
parent 97
c4086afea02b
child 791
9ec2ac20e54e
--- a/Preferences/ConfigurationPages/ApplicationPage.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ConfigurationPages/ApplicationPage.py	Sat Sep 04 19:51:48 2010 +0200
@@ -25,9 +25,9 @@
         self.setObjectName("ApplicationPage")
         
         # set initial values
-        self.singleApplicationCheckBox.setChecked(\
+        self.singleApplicationCheckBox.setChecked(
             Preferences.getUI("SingleApplicationMode"))
-        self.splashScreenCheckBox.setChecked(\
+        self.splashScreenCheckBox.setChecked(
             Preferences.getUI("ShowSplash"))
         
         openOnStartup = Preferences.getUI("OpenOnStartup")
@@ -106,4 +106,4 @@
     @param dlg reference to the configuration dialog
     """
     page = ApplicationPage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial