diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-22 18:33:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-22 18:33:44 -0400 |
| commit | f21fdfd7dc1b1345832c1c05c2f1c0c3c8674141 (patch) | |
| tree | cfd734ef9442492e6fe083d3514b50baabb1f1e4 /redo/controls_unix.go | |
| parent | 3b5c9738fd62e35e805d91c27170d3de8ea25ab9 (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.go | 2 |
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 } |
