Comment 24 for bug 215027

Revision history for this message
John S. Gruber (jsjgruber) wrote :

I see that the diff I posted got changed by the launchpad software. It looks like embedded whitespace is deleted. The indentation is off
and indentation is all important in python programs.

Attached is the diff.

Let me try again, (gambling that initial whitespace will be respected by the posting process)

In line 60 of /usr/lib/python2.5/site-packages/jockey/xorg_driver.py (16 spaces start each line)

                self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)
->
                self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0]

and in line 159 of the same file (12 spaces start each line)

            self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)
->
            self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0]

@xtknight: Thanks. Thorsten Schoel did the work. I just robotically copied Thorsten and then bumbled my posting.