From 89d01565522315f331a12e02daabf0c2b415fc25 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 18 Jun 2008 18:30:47 +0100 Subject: [PATCH] turn a print into a dbg() and fix APP_NAME so icons work --- terminator | 2 +- terminatorlib/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terminator b/terminator index a666bcb4..86d37032 100755 --- a/terminator +++ b/terminator @@ -1791,7 +1791,7 @@ See the following bug report for more details: except: pass - print 'profile_cb: settled on profile: "%s"'%options.profile + dbg ('profile_cb: settled on profile: "%s"'%options.profile) term = Terminator (options.profile, command, options.fullscreen, options.maximise, options.borderless) gtk.main () diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 6d35cd8d..00684421 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -20,5 +20,5 @@ TerminatorVersion supplies our version number. """ -APP_NAME='Terminator' +APP_NAME='terminator' APP_VERSION='0.9'