Removed erroneous return
This commit is contained in:
parent
0b3cbb9f1b
commit
9622f37e86
3
usr/lib/linuxmint/mintMenu/plugins/system_management.py
Executable file → Normal file
3
usr/lib/linuxmint/mintMenu/plugins/system_management.py
Executable file → Normal file
@ -157,8 +157,7 @@ class pluginclass( object ):
|
|||||||
|
|
||||||
if ( self.showTerminal == True ):
|
if ( self.showTerminal == True ):
|
||||||
Button4 = easyButton( self.term, self.iconsize, [_("Terminal")], -1, -1 )
|
Button4 = easyButton( self.term, self.iconsize, [_("Terminal")], -1, -1 )
|
||||||
Button4.connect( "clicked", self.ButtonClicked,
|
Button4.connect( "clicked", self.ButtonClicked, self.term )
|
||||||
self.term )
|
|
||||||
Button4.show()
|
Button4.show()
|
||||||
self.systemBtnHolder.pack_start( Button4, False, False )
|
self.systemBtnHolder.pack_start( Button4, False, False )
|
||||||
self.mintMenuWin.setTooltip( Button4, _("Use the command line") )
|
self.mintMenuWin.setTooltip( Button4, _("Use the command line") )
|
||||||
|
Loading…
Reference in New Issue
Block a user