[orca] Swap the column ordering in the Links List dialog
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Swap the column ordering in the Links List dialog
- Date: Tue, 5 Mar 2013 14:56:39 +0000 (UTC)
commit 3bdf44affff8589033667a6c1b9abad8510e5fd6
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Mar 5 09:56:19 2013 -0500
Swap the column ordering in the Links List dialog
src/orca/structural_navigation.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/structural_navigation.py b/src/orca/structural_navigation.py
index e278323..fcc68ca 100644
--- a/src/orca/structural_navigation.py
+++ b/src/orca/structural_navigation.py
@@ -3621,7 +3621,7 @@ class StructuralNavigation:
def rowData(obj):
return [self._getText(obj),
- self._script.utilities.uri(obj),
- self._getState(obj)]
+ self._getState(obj),
+ self._script.utilities.uri(obj)]
return guilabels.SN_TITLE_LINK, columnHeaders, rowData
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]