[orca/new-settings] Fixed bad asignation. There was a typo with the target var.
- From: Juanje Ojeda Croissier <jojeda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Fixed bad asignation. There was a typo with the target var.
- Date: Mon, 1 Nov 2010 17:39:22 +0000 (UTC)
commit ad36b15b917ba6e5c7eea6a01103c975d3d7aa7e
Author: Juanje Ojeda <jojeda emergya es>
Date: Mon Nov 1 17:37:43 2010 +0100
Fixed bad asignation. There was a typo with the target var.
src/orca/backends/yaml_backend.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/backends/yaml_backend.py b/src/orca/backends/yaml_backend.py
index c316de1..77f6c25 100644
--- a/src/orca/backends/yaml_backend.py
+++ b/src/orca/backends/yaml_backend.py
@@ -58,7 +58,7 @@ class Backend:
self.general = general
self.profiles = defaultProfiles
- self.pronunciation = pronunciations
+ self.pronunciations = pronunciations
self.keybindings = keybindings
settingsFile = open(self.settingsFile, 'w')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]