aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/e-delegate-dialog.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-08 00:18:38 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-08 00:18:38 +0800
commit55434d946738ae03c2c841002204baa3bdd7ce1f (patch)
treed213f5a38ccfe18b2f86dd37a51e352e235842e9 /calendar/gui/dialogs/e-delegate-dialog.c
parentff4b4e7ed3c2450a7d9d565f7ef1a734f009710e (diff)
downloadgsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar.gz
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar.bz2
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar.lz
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar.xz
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.tar.zst
gsoc2013-evolution-55434d946738ae03c2c841002204baa3bdd7ce1f.zip
converted to BonoboObject.
2002-11-07 Rodrigo Moya <rodrigo@ximian.com> * cal-client/query-listener.[ch]: converted to BonoboObject. * gui/dialogs/comp-editor-util.c (parse_contact_string): use glib's g_utf8_strchr. * gui/dialogs/delete-comp.c: removed non-existant headers. Use GtkStock instead of GnomeStock. * gui/dialogs/e-delegate-dialog.c: converted to BonoboActivation. (e_delegate_dialog_construct): adapted to changes in glade_xml_new. svn path=/trunk/; revision=18632
Diffstat (limited to 'calendar/gui/dialogs/e-delegate-dialog.c')
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c
index d37fbce51c..c42bd3ca95 100644
--- a/calendar/gui/dialogs/e-delegate-dialog.c
+++ b/calendar/gui/dialogs/e-delegate-dialog.c
@@ -20,7 +20,7 @@
*/
#include <config.h>
-#include <liboaf/liboaf.h>
+#include <bonobo-activation/bonobo-activation.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-exception.h>
#include <bonobo/bonobo-widget.h>
@@ -160,7 +160,7 @@ e_delegate_dialog_construct (EDelegateDialog *edd, const char *name, const char
/* Load the content widgets */
priv->xml = glade_xml_new (EVOLUTION_GLADEDIR "/e-delegate-dialog.glade",
- NULL);
+ NULL, NULL);
if (!priv->xml) {
g_message ("e_delegate_dialog_construct(): Could not load the Glade XML file!");
goto error;
@@ -173,7 +173,7 @@ e_delegate_dialog_construct (EDelegateDialog *edd, const char *name, const char
CORBA_exception_init (&ev);
- priv->corba_select_names = oaf_activate_from_id (SELECT_NAMES_OAFID, 0, NULL, &ev);
+ priv->corba_select_names = bonobo_activation_activate_from_id (SELECT_NAMES_OAFID, 0, NULL, &ev);
GNOME_Evolution_Addressbook_SelectNames_addSectionWithLimit (priv->corba_select_names,
section_name,
section_name,