diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3ab46dc16b..b763a6d2f4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-07-08 Christopher James Lahey + + * gui/component/select-names/e-select-names.c + (e_select_names_clicked): Hitting OK or Cancel at least closes the + dialog now. + 2000-07-08 Christopher James Lahey * gui/component/select-names/e-select-names-manager.c diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 555f195514..172f3e0d83 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -177,6 +177,7 @@ e_select_names_clicked(ESelectNames *dialog, gint button, ESelectNames *data) case 1: break; } + gnome_dialog_close(GNOME_DIALOG(dialog)); } static void