diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-07-15 15:27:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-22 17:46:18 +0800 |
commit | f2b53c32d44e3a670f266f542c571ff345cbfe55 (patch) | |
tree | d6efcfbac92b48a019b8aeaca06a7cd928ed5caf /src/empathy-accounts-dialog.c | |
parent | 7a41e2170d529039dfa14cdeeae067b916dad3cb (diff) | |
download | gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar.gz gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar.bz2 gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar.lz gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar.xz gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.tar.zst gsoc2013-empathy-f2b53c32d44e3a670f266f542c571ff345cbfe55.zip |
Don't show the presence twice
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index ae312df2f..6c8fe1ca9 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -648,6 +648,7 @@ account_dialog_got_self_contact (TpConnection *conn, editor = empathy_contact_widget_new (contact, EMPATHY_CONTACT_WIDGET_EDIT_ALIAS | EMPATHY_CONTACT_WIDGET_EDIT_AVATAR | + EMPATHY_CONTACT_WIDGET_NO_STATUS | EMPATHY_CONTACT_WIDGET_EDIT_DETAILS); gtk_box_pack_start (GTK_BOX (priv->dialog_content), editor, FALSE, FALSE, 0); gtk_widget_show (editor); |