Add a very important comment

This commit is contained in:
Chris Jones 2007-09-20 22:42:59 +01:00
parent 1fd4714177
commit ebe23f5933
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class TerminatorTerm:
if not self.gconf_client.dir_exists (self.profile):
print "Error, unable to find profile " + profile
# FIXME: This absolutely should not be an exit, the terminal should fail to spawn. If they all fail, it should exit from the mainloop or something.
sys.exit (2)
self.gconf_client.add_dir (self.profile, gconf.CLIENT_PRELOAD_RECURSIVE)