Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
This commit is contained in:
commit
56b97575a9
@ -300,7 +300,7 @@ class IntroWindow(gtk.Window):
|
|||||||
cp.set(section, 'NickName', name)
|
cp.set(section, 'NickName', name)
|
||||||
cp.set(section, 'Color', color.to_string())
|
cp.set(section, 'Color', color.to_string())
|
||||||
|
|
||||||
secion = 'Server'
|
section = 'Server'
|
||||||
if not cp.has_section(section):
|
if not cp.has_section(section):
|
||||||
cp.add_section(section)
|
cp.add_section(section)
|
||||||
cp.set(section, 'Server', 'olpc.collabora.co.uk')
|
cp.set(section, 'Server', 'olpc.collabora.co.uk')
|
||||||
|
Loading…
Reference in New Issue
Block a user