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/gui/component/select-names/e-select-names-bonobo.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index 70cacc6c6e..8952b0d0e3 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -265,13 +265,18 @@ static void manager_ok_cb (ESelectNamesManager *manager, gpointer closure) { ESelectNamesBonobo *select_names = E_SELECT_NAMES_BONOBO (closure); + BonoboArg *arg; + + arg = bonobo_arg_new (BONOBO_ARG_NULL); bonobo_event_source_notify_listeners_full (select_names->priv->event_source, "GNOME/Evolution", "ok", "dialog", - NULL, + arg, NULL); + + bonobo_arg_release (arg); } static Bonobo_Control -- cgit v1.2.3