[orca/gnome-3-12] Use explicit keyword rather than positional argument for GSettings schema id
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-12] Use explicit keyword rather than positional argument for GSettings schema id
- Date: Tue, 11 Mar 2014 12:54:46 +0000 (UTC)
commit c36465f39aaa475bb60a06a49e3218aec15fb398
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Mar 11 08:52:05 2014 -0400
Use explicit keyword rather than positional argument for GSettings schema id
src/orca/orca.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index 85d7192..8378512 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -39,7 +39,7 @@ import sys
try:
from gi.repository.Gio import Settings
- a11yAppSettings = Settings('org.gnome.desktop.a11y.applications')
+ a11yAppSettings = Settings(schema_id='org.gnome.desktop.a11y.applications')
except:
a11yAppSettings = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]