]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-ft-handler.c
Little cleanup.
[empathy.git] / libempathy / empathy-ft-handler.c
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