aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 10:03:26 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 10:03:26 +0800
commit0ff0d8a67ac5666d542b348fec978ffa01dc4940 (patch)
treea441ce9d805592325af4afddc469c1bf0a3e8f4b /addressbook
parent49288ba256e9b8eea888c88857a5f65535bc314f (diff)
downloadgsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar.gz
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar.bz2
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar.lz
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar.xz
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.tar.zst
gsoc2013-evolution-0ff0d8a67ac5666d542b348fec978ffa01dc4940.zip
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
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3ab46dc16b..b763a6d2f4 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
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
(e_select_names_manager_create_entry): Set the returned entry to
use the ellipsis.
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