diff options
author | necoro <> | 2007-07-25 07:06:26 +0000 |
---|---|---|
committer | necoro <> | 2007-07-25 07:06:26 +0000 |
commit | 986bced5ceb8922273cf2e3c1ddd8457363a8ccf (patch) | |
tree | e4ec5591c61ef817f9ec75b48b84f5e2f585ae36 /portato/gui/gui_helper.py | |
parent | 00af1784b1652f3bed04c63e2faaeb03ca185ed4 (diff) | |
download | portato-986bced5ceb8922273cf2e3c1ddd8457363a8ccf.tar.gz portato-986bced5ceb8922273cf2e3c1ddd8457363a8ccf.tar.bz2 portato-986bced5ceb8922273cf2e3c1ddd8457363a8ccf.zip |
changed design / added link
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r-- | portato/gui/gui_helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 1c8c411..91d7ba2 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -115,7 +115,7 @@ class Config: """Sets the system config. @see: L{backend.set_system()}""" set_system(self.get("system")) - + def modify_external_configs (self): """Convenience function setting all external configs.""" self.modify_debug_config() |