]> git.0d.be Git - empathy.git/commitdiff
empathy-nautilus-sendto.c: fix shadow declaration
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 21 Oct 2009 16:25:19 +0000 (17:25 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Oct 2009 09:43:50 +0000 (10:43 +0100)
nautilus-sendto-plugin/empathy-nautilus-sendto.c

index 976ed84c7a5868a75ec8584f5988397d6c2164ae..8560ac7741c874c0bc931646d6f87e3947c765e9 100644 (file)
@@ -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)