aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-22 00:25:19 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-22 17:43:50 +0800
commit5f6e2d5c91cf79cdcec6de941db2393563bb0f82 (patch)
tree45af0daf1d67d281698d99171ac3623fc2b8d89f /nautilus-sendto-plugin
parent17c8536264198291326446270faf84f6e00e399d (diff)
downloadgsoc2013-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')
-rw-r--r--nautilus-sendto-plugin/empathy-nautilus-sendto.c2
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)