From f79d0372e2624010c6b477e12453926b451adb9e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 30 Oct 2001 07:06:29 +0000 Subject: send a null bonobo arg to prevent explosion 001-10-30 JP Rosevear * gui/component/select-names/e-select-names-bonobo.c (manager_ok_cb): send a null bonobo arg to prevent explosion svn path=/trunk/; revision=14437 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/e-select-names-bonobo.c | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 91a68ede86..4af68a4032 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-10-30 JP Rosevear + * gui/component/select-names/e-select-names-bonobo.c + (manager_ok_cb): send a null bonobo arg to prevent explosion + +2001-10-30 JP Rosevear + * gui/widgets/e-addressbook-view.c: correct include typo 2001-10-29 Jon Trowbridge priv->event_source, "GNOME/Evolution", "ok", "dialog", - NULL, + arg, NULL); + + bonobo_arg_release (arg); } static Bonobo_Control -- cgit v1.2.3