mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
fix icon name
This commit is contained in:
parent
af5395f703
commit
a990522432
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ class BitcoinGUI:
|
||||||
image.set_from_stock(gtk.STOCK_YES, gtk.ICON_SIZE_MENU)
|
image.set_from_stock(gtk.STOCK_YES, gtk.ICON_SIZE_MENU)
|
||||||
status = "Connected to %s.\n%d blocks\nresponse time: %f"%(wallet.host, wallet.blocks, wallet.rtime)
|
status = "Connected to %s.\n%d blocks\nresponse time: %f"%(wallet.host, wallet.blocks, wallet.rtime)
|
||||||
else:
|
else:
|
||||||
image.set_from_stock(gtk.STOCK_FALSE, gtk.ICON_SIZE_MENU)
|
image.set_from_stock(gtk.STOCK_NO, gtk.ICON_SIZE_MENU)
|
||||||
status = "Not connected"
|
status = "Not connected"
|
||||||
|
|
||||||
dialog = gtk.MessageDialog( self.window, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
|
dialog = gtk.MessageDialog( self.window, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue