From 83e0eceb85a5362835421555408e90013664b00a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 21 Oct 2007 13:22:40 +0000 Subject: Don't allow to change account if we are editing information of 2007-10-21 Xavier Claessens * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-list-view.c: Don't allow to change account if we are editing information of self-contact. svn path=/trunk/; revision=385 --- libempathy-gtk/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-main-window.c') diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index 26e54226f..8655c0c99 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -668,7 +668,7 @@ main_window_edit_personal_information_cb (GtkWidget *widget, contact = empathy_contact_factory_get_user (factory, account); empathy_contact_information_dialog_show (contact, GTK_WINDOW (window->window), - TRUE, FALSE); + TRUE, TRUE); g_slist_foreach (accounts, (GFunc) g_object_unref, NULL); g_slist_free (accounts); g_object_unref (factory); -- cgit v1.2.3