aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-07-04 17:41:34 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-04 17:41:34 +0800
commit1b35f6aa52f764c40c1fb603d8ca9e6622d12f02 (patch)
treeb7e57c51180287df01d104021316758cd177b61f /src/empathy-accounts.c
parent322ab0cf74a384fceef1908d38ad452260c854aa (diff)
downloadgsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar.gz
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar.bz2
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar.lz
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar.xz
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.tar.zst
gsoc2013-empathy-1b35f6aa52f764c40c1fb603d8ca9e6622d12f02.zip
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 <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1192
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r--src/empathy-accounts.c2
1 files changed, 1 insertions, 1 deletions
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),