]> git.0d.be Git - empathy.git/commitdiff
Added a missing "break". (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 21 Nov 2008 16:15:13 +0000 (16:15 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:15:13 +0000 (16:15 +0000)
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>
svn path=/trunk/; revision=1759

libempathy-gtk/empathy-ft-manager.c

index 21796fa5f7cc4a4276eb262d3ab04c00adf69219..bb511cd947a6422109c0370944292b79c23bf7e5 100644 (file)
@@ -427,6 +427,7 @@ update_ft_row (EmpathyFTManager *ft_manager,
                                        _("\"%s\" sending to %s"), filename,
                                        contact_name);
                second_line = g_strdup ("File transfer cancelled");
+               break;
 
        default:
                g_return_if_reached ();