[orca/new-settings] Fixed minor issue with indentation and tabs
- From: Juanje Ojeda Croissier <jojeda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Fixed minor issue with indentation and tabs
- Date: Mon, 1 Nov 2010 17:39:17 +0000 (UTC)
commit 60ffc97ed845b5546d937e9d0f1b955ca333de6c
Author: Juanje Ojeda <jojeda emergya es>
Date: Mon Nov 1 17:36:18 2010 +0100
Fixed minor issue with indentation and tabs
src/orca/backends/yaml_backend.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/backends/yaml_backend.py b/src/orca/backends/yaml_backend.py
index cfc5e3b..c316de1 100644
--- a/src/orca/backends/yaml_backend.py
+++ b/src/orca/backends/yaml_backend.py
@@ -46,11 +46,11 @@ class Backend:
def saveDefaultSettings(self, general, pronunciations, keybindings):
""" Save default settings for all the properties from
orca.settings. """
- defaultProfiles = {'default': { 'profile': ['Default', 'default'],
+ defaultProfiles = {'default': { 'profile': ['Default', 'default'],
'pronunciations': {},
'keybindings': {}
- }
- }
+ }
+ }
prefs = {'general': general,
'profiles': defaultProfiles,
'pronunciations': pronunciations,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]