]> Pileus Git - ~andy/gtk/commit
iconview: fix a typo while removing the a11y adjustment weak ref
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 6 Sep 2011 22:26:54 +0000 (18:26 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 6 Sep 2011 23:09:19 +0000 (19:09 -0400)
commit8b9f0402b02a34d2e987936f134a20dc3effd34b
treebe57593e2f1e1142d0c3f7a29242e604dfb9843f
parentaeba575e1cc84b9156c222b9a795467da80e566f
iconview: fix a typo while removing the a11y adjustment weak ref

The code sets old_adj_ptr to the location containing the old weak ref,
but then wants to remove a weak ref from &view->old_hadj, causing warnings
when disposing the widget.
gtk/gtkiconview.c