libpurple/protocols/sametime/sametime.c

branch
soc.2013.gobjectification.plugins
changeset 37144
8b63b9948107
parent 37135
6271bcdee576
parent 36002
31a8779e91d4
child 37146
b5b9c75a4b54
--- a/libpurple/protocols/sametime/sametime.c	Sun May 04 06:28:56 2014 +0530
+++ b/libpurple/protocols/sametime/sametime.c	Sat May 10 03:56:36 2014 +0530
@@ -1567,6 +1567,7 @@
   case mwSession_LOGIN_CONT:
     msg = _("Forcing Login");
     purple_connection_update_progress(gc, msg, 7, MW_CONNECT_STEPS);
+    break;
 
   case mwSession_LOGIN_ACK:
     msg = _("Login Acknowledged");

mercurial