turn a print into a dbg() and fix APP_NAME so icons work
This commit is contained in:
parent
27810a9486
commit
89d0156552
|
@ -1791,7 +1791,7 @@ See the following bug report for more details:
|
||||||
except:
|
except:
|
||||||
pass
|
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)
|
term = Terminator (options.profile, command, options.fullscreen, options.maximise, options.borderless)
|
||||||
|
|
||||||
gtk.main ()
|
gtk.main ()
|
||||||
|
|
|
@ -20,5 +20,5 @@
|
||||||
TerminatorVersion supplies our version number.
|
TerminatorVersion supplies our version number.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME='Terminator'
|
APP_NAME='terminator'
|
||||||
APP_VERSION='0.9'
|
APP_VERSION='0.9'
|
||||||
|
|
Loading…
Reference in New Issue