diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libempathy-gtk/empathy-accounts-dialog.c | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-07-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not + hidden after cancelling. Fixes bug #458997 (Frederic Peters). + +2007-07-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes bug #460419. 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 |