Mercurial > pidgin
changeset 21429:3f87c15d8438
Use the error icon rather than the disconnect icon in connection error
mini-dialogs.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sun, 11 Nov 2007 22:27:52 +0000 |
parents | 73788974b883 |
children | 2e73cb4d0f9d |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sun Nov 11 22:18:20 2007 +0000 +++ b/pidgin/gtkblist.c Sun Nov 11 22:27:52 2007 +0000 @@ -4484,7 +4484,7 @@ else primary = g_strdup_printf(_("%s disabled"), username); - mini_dialog = pidgin_make_mini_dialog(NULL, PIDGIN_STOCK_DISCONNECT, + mini_dialog = pidgin_make_mini_dialog(NULL, PIDGIN_STOCK_DIALOG_ERROR, primary, err->description, account, (enabled ? _("Reconnect") : _("Re-enable")), (enabled ? PURPLE_CALLBACK(purple_account_connect)