summaryrefslogtreecommitdiff
path: root/redo/controls_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls_unix.go')
-rw-r--r--redo/controls_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls_unix.go b/redo/controls_unix.go
index bb7560f..9011d50 100644
--- a/redo/controls_unix.go
+++ b/redo/controls_unix.go
@@ -34,7 +34,7 @@ func (w *widgetbase) unparent() {
// we unref this in parent() below
w.floating = true
C.gtk_container_remove(w.parentw.layoutc, w.widget)
- // redraw since we changed controls (by queueing a resize; thanks xxx in irc.gimp.net/#gtk+)
+ // redraw since we changed controls (by queueing a resize; thanks Jasper in irc.gimp.net/#gtk+)
C.gtk_widget_queue_resize(w.parentw.layoutw)
w.parentw = nil
}