Oops, forgot to fill in a name in a comment in the previous commit. Fixed.

This commit is contained in:
Pietro Gagliardi 2014-07-22 18:33:44 -04:00
parent 3b5c9738fd
commit f21fdfd7dc
1 changed files with 1 additions and 1 deletions

View File

@ -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
}