]> git.0d.be Git - empathy.git/commitdiff
Little cleanup.
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 5 Feb 2009 00:25:48 +0000 (01:25 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:46:03 +0000 (17:46 +0200)
libempathy/empathy-ft-handler.c
libempathy/empathy-ft-handler.h

index ade8693b3b087baa48359cf3d034ef4e0206e999..b9e0f47dd2d0ba30029ba727a610c8b5066cb481 100644 (file)
@@ -172,8 +172,8 @@ empathy_ft_handler_contact_ready_cb (EmpathyContact *contact,
 {
   EmpathyFTHandler *handler = EMPATHY_FT_HANDLER (weak_object);
   EmpathyFTHandlerPriv *priv = GET_PRIV (handler);
-  GHashTable *request;
-  GValue *value;
+
+  /* start collecting info about the file */
 }
 
 /* public methods */
@@ -206,7 +206,7 @@ empathy_ft_handler_start_transfer (EmpathyFTHandler *handler)
   if (priv->tpfile == NULL)
     {
       empathy_contact_call_when_ready (priv->contact,
-        EMPATHY_CONTACT_READY_ID,
+        EMPATHY_CONTACT_READY_HANDLE,
         empathy_ft_handler_contact_ready_cb, NULL, NULL, G_OBJECT (handler));
     }
   else
index 5a5ec61dfa525dd8ef52153bb7105b489a2e1e04..a76db1014ac294d30aace821b096c405b8bf878a 100644 (file)
 #define __EMPATHY_FT_HANDLER_H__
 
 #include <glib-object.h>
+#include <gio/gio.h>
+
+#include "empathy-tp-file.h"
+#include "empathy-contact.h"
 
 G_BEGIN_DECLS