empathy r1688 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Nov 11 15:26:47 2008
New Revision: 1688
URL: http://svn.gnome.org/viewvc/empathy?rev=1688&view=rev

Log:
Coding style: use FIXME rather than TODO.

Modified:
   trunk/libempathy-gtk/empathy-avatar-chooser.c

Modified: trunk/libempathy-gtk/empathy-avatar-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-avatar-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-avatar-chooser.c	Tue Nov 11 15:26:47 2008
@@ -411,10 +411,10 @@
 		converted_image_size, new_mime_type, NULL);
 
 	if (max_size > 0 && converted_avatar->len > max_size) {
-		/* TODO: We could try converting to a different format; in
-		 *       particular, try converting to jpeg with increasingly
-		 *       high compression (if jpeg is supported). Not sure how
-		 *       much we care.
+		/* FIXME: We could try converting to a different format; in
+		 *        particular, try converting to jpeg with increasingly
+		 *        high compression (if jpeg is supported). Not sure how
+		 *        much we care.
 		 */
 		DEBUG ("Converted the image, but the new filesize is too big");
 
@@ -899,7 +899,7 @@
 			     NULL);
 }
 
-/* TODO: when the avatar passed to this function actually can be relied upon to
+/* FIXME: when the avatar passed to this function actually can be relied upon to
  * contain a mime type, we can probably just ref it and store it.
  */
 void



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