From f21fdfd7dc1b1345832c1c05c2f1c0c3c8674141 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 22 Jul 2014 18:33:44 -0400 Subject: [PATCH] Oops, forgot to fill in a name in a comment in the previous commit. Fixed. --- redo/controls_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }