see prior commit

This commit is contained in:
Lynne Megido 2020-08-24 00:23:38 +10:00
parent fbb0b3e058
commit 72b05e7f37
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -144,7 +144,7 @@ class BuypeebApp:
entrybox.set_markup(text)
entry = Gtk.Entry()
entry.set_text(prefilled)
entry.set_text(prefilled if prefilled is not None else "")
entry.connect("activate", self.entryBoxResponse, entrybox, Gtk.ResponseType.OK) # allow for pressing enter instead of clicking OK
entrybox.vbox.pack_end(entry, True, True, 0)