Kaydet (Commit) e99364e3 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix wrong indent

since...

commit 6ec8387b
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
üst dcd86466
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment