empathy r1792 - in trunk: libempathy libempathy-gtk



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

Log:
Use FIXME instead of TODO in comments. (Jonny Lamb)

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

Modified:
   trunk/libempathy-gtk/empathy-ui-utils.c
   trunk/libempathy/empathy-utils.c

Modified: trunk/libempathy-gtk/empathy-ui-utils.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ui-utils.c	(original)
+++ trunk/libempathy-gtk/empathy-ui-utils.c	Fri Nov 21 16:17:19 2008
@@ -1491,7 +1491,7 @@
 				gtk_recent_manager_add_item (manager, uri);
 
 				if (tp_file) ;
-					/* TODO: This should be unrefed, but
+					/* FIXME: This should be unrefed, but
 					 * it's not referenced anywhere else,
 					 * so the transfer just ends. Uncomment
 					 * this out when there is a file

Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c	(original)
+++ trunk/libempathy/empathy-utils.c	Fri Nov 21 16:17:19 2008
@@ -839,7 +839,7 @@
 				  handle,
 				  NULL);
 
-	/* TODO: this should go in CreateChannel in the new requests API */
+	/* FIXME: 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]