see prior commit
This commit is contained in:
parent
798c2ef365
commit
fbb0b3e058
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class BuypeebApp:
|
||||||
}
|
}
|
||||||
|
|
||||||
for label, contents in info.items():
|
for label, contents in info.items():
|
||||||
self.builder.get_object(f"lblSelected{label}").set_label(contents)
|
self.builder.get_object(f"lblSelected{label}").set_label(contents if contents is not None else "")
|
||||||
|
|
||||||
def resetSidePane(self):
|
def resetSidePane(self):
|
||||||
for label in ["YahooName", "Price", "PriceAUD", "Ending", "Bids"]:
|
for label in ["YahooName", "Price", "PriceAUD", "Ending", "Bids"]:
|
||||||
|
|
Loading…
Reference in a new issue