Fix GResolver for g_simple_async_result_set_op_res_gpointer change
authorDan Winship <danw@gnome.org>
Tue, 23 Jun 2009 16:01:34 +0000 (12:01 -0400)
committerDan Winship <danw@gnome.org>
Tue, 30 Jun 2009 22:48:36 +0000 (18:48 -0400)
commit70e8eed6acfa33f74d7772f3ec54997daf102be4
tree7867577916c2511214cc6a9d726aa71df0d2e93c
parentd589da7e86947542790aa0137dc12499a4fe1a3b
Fix GResolver for g_simple_async_result_set_op_res_gpointer change

Previously, re-setting the pointer value would cause the old
GDestroyNotify to be lost; now it causes it to be run.

http://bugzilla.gnome.org/show_bug.cgi?id=587415
gio/gresolver.c