From 7907c710253ba70cf1b3f475a1f7be79d0e3f546 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 26 Jul 2007 12:30:53 +0000 Subject: add contact frame is not hidden after cancelling. Fixes bug #458997 2007-07-26 Xavier Claessens * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not hidden after cancelling. Fixes bug #458997 (Frederic Peters). svn path=/trunk/; revision=196 --- libempathy-gtk/empathy-accounts-dialog.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c index cc88b73a7..888b14c4d 100644 --- a/libempathy-gtk/empathy-accounts-dialog.c +++ b/libempathy-gtk/empathy-accounts-dialog.c @@ -553,6 +553,9 @@ accounts_dialog_model_selection_changed (GtkTreeSelection *selection, if (account) { g_object_unref (account); } + + /* insure new account frame is hidden when a row is selected*/ + gtk_widget_hide (dialog->frame_new_account); } static void -- cgit v1.2.3