diff options
author | athulappadan | 2016-03-17 11:41:50 +0530 |
---|---|---|
committer | athulappadan | 2016-03-17 11:41:50 +0530 |
commit | eba6e6ed7860256287a7490b90d2e00fa903cd41 (patch) | |
tree | 096720f51c6aff0015b4f92bf5fa7c5e41dfe5ce /src/configuration | |
parent | 47def6faede05c5056d8a9f000f5ae5f9e3da7b9 (diff) | |
download | eSim-eba6e6ed7860256287a7490b90d2e00fa903cd41.tar.gz eSim-eba6e6ed7860256287a7490b90d2e00fa903cd41.tar.bz2 eSim-eba6e6ed7860256287a7490b90d2e00fa903cd41.zip |
Closes all external windows while closing a selected project
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 72510174..532091f7 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -38,6 +38,7 @@ class Appconfig(QtGui.QWidget): #Workspace detail workspace_text = '''eSim stores your project in a folder called a eSim-Workspace. You can choose a different workspace folder to use for this session.''' procThread_list = [] + proc_dict={} dictPath = os.path.join(os.path.expanduser("~"), ".projectExplorer.txt") noteArea = {} try: @@ -75,4 +76,4 @@ class Appconfig(QtGui.QWidget): -
\ No newline at end of file + |