diff options
author | athulappadan | 2016-03-22 14:13:43 +0530 |
---|---|---|
committer | athulappadan | 2016-03-22 14:13:43 +0530 |
commit | 66770d5e2c94cc299424daa67b8bfafcb4d9b8c1 (patch) | |
tree | 1adddad8e20074a48447feab02d254015379060a /src/configuration | |
parent | d8ce17792eede1cabcf9503c8158e909998e455d (diff) | |
download | eSim-66770d5e2c94cc299424daa67b8bfafcb4d9b8c1.tar.gz eSim-66770d5e2c94cc299424daa67b8bfafcb4d9b8c1.tar.bz2 eSim-66770d5e2c94cc299424daa67b8bfafcb4d9b8c1.zip |
Closes all the dock areas while exiting a 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 532091f7..3e4afad6 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -38,7 +38,8 @@ 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={} + proc_dict={} #holds the pids of all external windows corresponds to the current project + dock_dict={} #holds all dockwidgets dictPath = os.path.join(os.path.expanduser("~"), ".projectExplorer.txt") noteArea = {} try: |