empathy r1789 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:17:07 2008
New Revision: 1789
URL: http://svn.gnome.org/viewvc/empathy?rev=1789&view=rev

Log:
Various whitespace and comment fixes. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/libempathy/empathy-tp-file.c
   trunk/libempathy/empathy-utils.c

Modified: trunk/libempathy/empathy-tp-file.c
==============================================================================
--- trunk/libempathy/empathy-tp-file.c	(original)
+++ trunk/libempathy/empathy-tp-file.c	Fri Nov 21 16:17:07 2008
@@ -716,7 +716,6 @@
   g_object_unref (socket_stream);
 }
 
-
 static void
 send_tp_file (EmpathyTpFile *tp_file)
 {
@@ -774,7 +773,7 @@
     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;

Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c	(original)
+++ trunk/libempathy/empathy-utils.c	Fri Nov 21 16:17:07 2008
@@ -838,7 +838,7 @@
 				  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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]