Update to use Terminal as defined in GConf

This commit is contained in:
James McMahon 2011-02-25 19:45:50 +00:00
parent 397d05a64d
commit 0b3cbb9f1b

View File

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