diff options
-rw-r--r-- | libempathy/empathy-tp-file.c | 3 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 0d1a47a39..1dfa35b6e 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -716,7 +716,6 @@ receive_tp_file (EmpathyTpFile *tp_file) g_object_unref (socket_stream); } - static void send_tp_file (EmpathyTpFile *tp_file) { @@ -774,7 +773,7 @@ tp_file_state_changed_cb (DBusGProxy *tp_file_iface, send_tp_file (tp_file); else if (state == EMP_FILE_TRANSFER_STATE_OPEN && priv->incoming && priv->out_stream) - receive_tp_file (tp_file); + receive_tp_file (tp_file); priv->state = state; priv->state_change_reason = reason; diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index b17d18a52..14427097e 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -838,7 +838,7 @@ empathy_send_file (EmpathyContact *contact, handle, NULL); - /* TODO: this should go in NewChannel in the new API */ + /* TODO: this should go in CreateChannel in the new requests API */ g_value_init (&value, G_TYPE_STRING); g_value_set_string (&value, g_filename_display_basename (filename)); |