Hitting OK or Cancel at least closes the dialog now.
2000-07-08 Christopher James Lahey <clahey@helixcode.com> * gui/component/select-names/e-select-names.c (e_select_names_clicked): Hitting OK or Cancel at least closes the dialog now. svn path=/trunk/; revision=3993
This commit is contained in:
committed by
Chris Lahey
parent
49288ba256
commit
0ff0d8a67a
@ -1,3 +1,9 @@
|
||||
2000-07-08 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* 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 <clahey@helixcode.com>
|
||||
|
||||
* gui/component/select-names/e-select-names-manager.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
|
||||
|
||||
Reference in New Issue
Block a user