From ebe23f5933834f03b867906210492ed629a37545 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 20 Sep 2007 22:42:59 +0100 Subject: [PATCH] Add a very important comment --- terminator | 1 + 1 file changed, 1 insertion(+) diff --git a/terminator b/terminator index 40bfb3dc..7097d93b 100755 --- a/terminator +++ b/terminator @@ -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)