[orca/gnome-3-16] Attempt to eliminate verbal spewage for links which have no meaningful info
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-16] Attempt to eliminate verbal spewage for links which have no meaningful info
- Date: Sun, 19 Apr 2015 19:23:29 +0000 (UTC)
commit 209930d516917c7cda7b348939389ec26c5388ed
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sun Apr 19 15:17:15 2015 -0400
Attempt to eliminate verbal spewage for links which have no meaningful info
Thanks google ads...
src/orca/script_utilities.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/script_utilities.py b/src/orca/script_utilities.py
index f441edf..01cb016 100644
--- a/src/orca/script_utilities.py
+++ b/src/orca/script_utilities.py
@@ -995,6 +995,7 @@ class Utilities:
basename = basename.split('.')[0]
basename = basename.split('?')[0]
basename = basename.split('#')[0]
+ basename = basename.split('%')[0]
return basename
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]