summaryrefslogtreecommitdiff
path: root/redo/textfield_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/textfield_unix.go')
-rw-r--r--redo/textfield_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/textfield_unix.go b/redo/textfield_unix.go
index cef2765..b06da02 100644
--- a/redo/textfield_unix.go
+++ b/redo/textfield_unix.go
@@ -71,7 +71,7 @@ func (t *textfield) Invalid(reason string) {
creason := togstr(reason)
defer freegstr(creason)
C.gtk_entry_set_icon_tooltip_text(t.entry, C.GTK_ENTRY_ICON_SECONDARY, creason)
- // TODO beep
+ C.gtk_widget_error_bell(t._widget)
}
//export textfieldChanged