Feature#1682: Enable copying Soundex result

This commit is contained in:
Sam Manzi 2016-12-10 14:32:37 +11:00
parent 5621ade2e4
commit 35b79acacc
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -69,6 +69,7 @@ class SoundGen(Gramplet):
self.autocomp = Gtk.ComboBox.new_with_entry()
grid.attach(self.autocomp, 1, 0, 1, 1)
self.value = Gtk.Label(halign=Gtk.Align.START)
self.value.set_selectable(True)
grid.attach(self.value, 1, 1, 1, 1)
self.name = self.autocomp.get_child()