summaryrefslogtreecommitdiff
path: root/redo/controls_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-22 18:33:44 -0400
committerPietro Gagliardi <[email protected]>2014-07-22 18:33:44 -0400
commitf21fdfd7dc1b1345832c1c05c2f1c0c3c8674141 (patch)
treecfd734ef9442492e6fe083d3514b50baabb1f1e4 /redo/controls_unix.go
parent3b5c9738fd62e35e805d91c27170d3de8ea25ab9 (diff)
Oops, forgot to fill in a name in a comment in the previous commit. Fixed.
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
}