Mercurial > pidgin
comparison libpurple/protocols/sametime/sametime.c @ 32263:d9434361a5cb
Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 05 Oct 2011 07:35:09 +0000 |
parents | 44fc11beefab |
children | 7353c0c50117 |
comparison
equal
deleted
inserted
replaced
32262:44fc11beefab | 32263:d9434361a5cb |
---|---|
3719 | 3719 |
3720 if(! host || ! *host) { | 3720 if(! host || ! *host) { |
3721 /* somehow, we don't have a host to connect to. Well, we need one | 3721 /* somehow, we don't have a host to connect to. Well, we need one |
3722 to actually continue, so let's ask the user directly. */ | 3722 to actually continue, so let's ask the user directly. */ |
3723 g_free(user); | 3723 g_free(user); |
3724 purple_connection_error_reason(gc, | 3724 purple_connection_error(gc, |
3725 PURPLE_CONNECTION_ERROR_INVALID_SETTINGS, | 3725 PURPLE_CONNECTION_ERROR_INVALID_SETTINGS, |
3726 _("A server is required to connect this account")); | 3726 _("A server is required to connect this account")); |
3727 return; | 3727 return; |
3728 } | 3728 } |
3729 | 3729 |