Update to use Terminal as defined in GConf
This commit is contained in:
parent
397d05a64d
commit
0b3cbb9f1b
@ -157,7 +157,8 @@ class pluginclass( object ):
|
||||
|
||||
if ( self.showTerminal == True ):
|
||||
Button4 = easyButton( self.term, self.iconsize, [_("Terminal")], -1, -1 )
|
||||
Button4.connect( "clicked", self.ButtonClicked, "x-terminal-emulator" )
|
||||
Button4.connect( "clicked", self.ButtonClicked,
|
||||
self.term )
|
||||
Button4.show()
|
||||
self.systemBtnHolder.pack_start( Button4, False, False )
|
||||
self.mintMenuWin.setTooltip( Button4, _("Use the command line") )
|
||||
|
Loading…
Reference in New Issue
Block a user