diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-26 14:04:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-26 14:04:49 +0000 |
commit | e99364e34b79c89ed5b77eb4f985eab4546dadac (patch) | |
tree | c282332ff4243d36f26f45dab279833016c88d95 /wizards/com | |
parent | dcd86466c6125b3d2ef30e8056d03b832835c807 (diff) |
fix wrong indent
since...
commit 6ec8387bea9015c4487f76cebd045a1a6e291bc4
Author: Caolán McNamara <caolanm@redhat.com>
Date: Thu Jan 19 15:56:12 2017 +0000
unbreak this wizard enough to run it
though in fairness it didn't work before that change anyway
Change-Id: Ibd454ec781c6a5ca65ad08f894854b556b046be6
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/web/BackgroundsDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py index d096873b8c38..1844876954f4 100644 --- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py +++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py @@ -84,8 +84,8 @@ class BackgroundsDialog(ImageListDialog): while i < self.il.listModel.getSize(): if self.il.listModel.getElementAt(i) == s: return i + i += 1 - i += 1 self.il.listModel.add1(s) try: configView = Configuration.getConfigurationRoot( |