empathy r1759 - trunk/libempathy-gtk



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

Log:
Added a missing "break". (Jonny Lamb)

Credits to Dafydd Harries for his work in helping to get to the bottom
of this one.

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:15:13 2008
@@ -427,6 +427,7 @@
 					_("\"%s\" sending to %s"), filename,
 					contact_name);
 		second_line = g_strdup ("File transfer cancelled");
+		break;
 
 	default:
 		g_return_if_reached ();



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