diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-22 00:25:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-22 17:43:50 +0800 |
commit | 5f6e2d5c91cf79cdcec6de941db2393563bb0f82 (patch) | |
tree | 45af0daf1d67d281698d99171ac3623fc2b8d89f /nautilus-sendto-plugin/empathy-nautilus-sendto.c | |
parent | 17c8536264198291326446270faf84f6e00e399d (diff) | |
download | gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar.gz gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar.bz2 gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar.lz gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar.xz gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.tar.zst gsoc2013-empathy-5f6e2d5c91cf79cdcec6de941db2393563bb0f82.zip |
empathy-nautilus-sendto.c: fix shadow declaration
Diffstat (limited to 'nautilus-sendto-plugin/empathy-nautilus-sendto.c')
-rw-r--r-- | nautilus-sendto-plugin/empathy-nautilus-sendto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index 976ed84c7..8560ac774 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -189,7 +189,7 @@ error_dialog_cb (GtkDialog *dialog, } static void -handler_ready_cb (EmpathyFTFactory *factory, +handler_ready_cb (EmpathyFTFactory *fact, EmpathyFTHandler *handler, GError *error, NstPlugin *plugin) |