commit/StationPlaylist: josephsl: 6.1: Remove a possible bug where column inclusion order was saved as a list twice in a row.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Nov 2015 06:08:55 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/0d620b412e4c/
Changeset: 0d620b412e4c
Branch: 6.x
User: josephsl
Date: 2015-11-28 05:46:35+00:00
Summary: 6.1: Remove a possible bug where column inclusion order was saved
as a list twice in a row.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/splconfig.py
b/addon/appModules/splstudio/splconfig.py
index 0e29c82..0f263f9 100755
--- a/addon/appModules/splstudio/splconfig.py
+++ b/addon/appModules/splstudio/splconfig.py
@@ -234,7 +234,6 @@ def _preSave(conf):
conf["IncludedColumns"] = list(conf["IncludedColumns"])
# Perform global setting processing only for the normal profile.
if SPLConfigPool.index(conf) == 0:
- conf["IncludedColumns"] = list(conf["IncludedColumns"])
# Cache instant profile for later use.
if SPLSwitchProfile is not None:
conf["InstantProfile"] = SPLSwitchProfile

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: 6.1: Remove a possible bug where column inclusion order was saved as a list twice in a row. - commits-noreply