empathy r1782 - trunk/libempathy-gtk



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

Log:
Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)

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

Modified:
   trunk/libempathy-gtk/empathy-ft-manager.c

Modified: trunk/libempathy-gtk/empathy-ft-manager.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ft-manager.c	(original)
+++ trunk/libempathy-gtk/empathy-ft-manager.c	Fri Nov 21 16:16:40 2008
@@ -381,7 +381,7 @@
             gchar *total_size_str;
             gchar *transferred_bytes_str;
 
-            if (total_size == EMPATHY_FILE_UNKNOWN_SIZE)
+            if (total_size == EMPATHY_TP_FILE_UNKNOWN_SIZE)
               /* translators: the text before the "|" is context to
                * help you decide on the correct translation. You MUST
                * OMIT it in the translated string. */
@@ -449,7 +449,7 @@
 
     }
 
-  if (total_size != EMPATHY_FILE_UNKNOWN_SIZE)
+  if (total_size != EMPATHY_TP_FILE_UNKNOWN_SIZE)
     percent = transferred_bytes * 100 / total_size;
   else
     percent = -1;



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