empathy r1926 - trunk/libempathy



Author: xclaesse
Date: Sat Nov 29 21:12:17 2008
New Revision: 1926
URL: http://svn.gnome.org/viewvc/empathy?rev=1926&view=rev

Log:
Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Stephane Wirtel).

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Sat Nov 29 21:12:17 2008
@@ -1027,7 +1027,7 @@
 	filename = g_file_get_basename (request->gfile);
 	tp_connection_run_until_ready (connection, FALSE, NULL, NULL);
 
-	DEBUG ("Sending %s from a stream to %s (size %llu, content-type %s)",
+	DEBUG ("Sending %s from a stream to %s (size %li, content-type %s)",
 	       filename, empathy_contact_get_name (contact),
 	       g_file_info_get_size (info),
 	       g_file_info_get_content_type (info));



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