From 1b35f6aa52f764c40c1fb603d8ca9e6622d12f02 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 4 Jul 2008 09:41:34 +0000 Subject: Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny Lamb). When a connection fails, a box in the main window appears with an "Edit Account" button. Clicking this button takes you to the account editor, but does nothing else. This patch moves the selection to the bugged account, for convenience. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1192 --- src/empathy-accounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-accounts.c') diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index 65ede78ac..98af6fc53 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -53,7 +53,7 @@ main (int argc, char *argv[]) gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), PKGDATADIR G_DIR_SEPARATOR_S "icons"); - dialog = empathy_accounts_dialog_show (NULL); + dialog = empathy_accounts_dialog_show (NULL, NULL); g_signal_connect (dialog, "destroy", G_CALLBACK (destroy_cb), -- cgit v1.2.3