turn a print into a dbg() and fix APP_NAME so icons work

This commit is contained in:
Chris Jones 2008-06-18 18:30:47 +01:00
parent 27810a9486
commit 89d0156552
2 changed files with 2 additions and 2 deletions

View File

@ -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 ()

View File

@ -20,5 +20,5 @@
TerminatorVersion supplies our version number.
"""
APP_NAME='Terminator'
APP_NAME='terminator'
APP_VERSION='0.9'