aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:17:07 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:17:07 +0800
commitec131c37ebc8b49a3802a9dc6350bdaf59a22140 (patch)
treefdd11268052c6269e88b90c1f78a835620fa21c8 /libempathy
parentbc82fc3c32d04bbef0f1921fe8f534cfac345f8d (diff)
downloadgsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.gz
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.bz2
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.lz
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.xz
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.zst
gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.zip
Various whitespace and comment fixes. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1789
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-file.c3
-rw-r--r--libempathy/empathy-utils.c2
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));