Preferences/ConfigurationPages/ViewmanagerPage.py

changeset 564
b3d966393ba9
parent 97
c4086afea02b
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ConfigurationPages/ViewmanagerPage.py
--- a/Preferences/ConfigurationPages/ViewmanagerPage.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ConfigurationPages/ViewmanagerPage.py	Sat Sep 04 19:51:48 2010 +0200
@@ -37,7 +37,7 @@
         keys = sorted(self.viewmanagers.keys())
         for key in keys:
             self.windowComboBox.addItem(self.trUtf8(self.viewmanagers[key]), key)
-        currentIndex = self.windowComboBox.findText(\
+        currentIndex = self.windowComboBox.findText(
             self.trUtf8(self.viewmanagers[currentVm]))
         self.windowComboBox.setCurrentIndex(currentIndex)
         self.on_windowComboBox_activated(currentIndex)
@@ -86,4 +86,4 @@
     @param dlg reference to the configuration dialog
     """
     page = ViewmanagerPage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial