diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-16 00:43:15 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:18 +0800 |
commit | 6ff16c56bc78c3df27f0da315536c94ae1a2085c (patch) | |
tree | 5f7fd4975266bfe86c02ab156a2682de55e90809 /libempathy-gtk | |
parent | 181c2a5ab6417c2e745e507d64b66f4c6ba261f6 (diff) | |
download | gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar.gz gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar.bz2 gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar.lz gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar.xz gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.tar.zst gsoc2013-empathy-6ff16c56bc78c3df27f0da315536c94ae1a2085c.zip |
Add a comment.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 2d27704b5..fef6e999f 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1496,6 +1496,9 @@ file_manager_receive_file_response_cb (GtkDialog *dialog, g_object_unref (factory); g_object_unref (file); } else { + /* unref the handler, as we dismissed the file chooser, + * and refused the transfer. + */ g_object_unref (handler); } |