[monkey-bubble: 566/753] Get this building again by adding a NULL CORBA environment to the
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 566/753] Get this building again by adding a NULL CORBA environment to the
- Date: Wed, 14 Jul 2010 22:43:15 +0000 (UTC)
commit 2e2d50b006b57f838219dafb898e8abb54d63977
Author: Joe Shaw <joe ximian com>
Date: Mon Jul 30 23:04:45 2001 +0000
Get this building again by adding a NULL CORBA environment to the
2001-07-30 Joe Shaw <joe ximian com>
* testgnome.c (create_newwin): Get this building again by adding
a NULL CORBA environment to the bonobo_ui_component_set_container
call.
test-gnome/ChangeLog | 6 ++++++
test-gnome/testgnome.c | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/test-gnome/ChangeLog b/test-gnome/ChangeLog
index 99c0776..23c0ed9 100644
--- a/test-gnome/ChangeLog
+++ b/test-gnome/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-30 Joe Shaw <joe ximian com>
+
+ * testgnome.c (create_newwin): Get this building again by adding
+ a NULL CORBA environment to the bonobo_ui_component_set_container
+ call.
+
2001-07-22 Carlos Perelló Marín <carlos gnome-db org>
* testgnome.c: Removed all the references to gnome_less.
diff --git a/test-gnome/testgnome.c b/test-gnome/testgnome.c
index 7f0fc1d..e53f9e6 100644
--- a/test-gnome/testgnome.c
+++ b/test-gnome/testgnome.c
@@ -127,7 +127,8 @@ create_newwin(gboolean normal, gchar *appname, gchar *title)
app->ui_component = bonobo_ui_component_new (appname);
bonobo_ui_component_set_container (app->ui_component,
- BONOBO_OBJREF(app->ui_container));
+ BONOBO_OBJREF(app->ui_container),
+ NULL);
bonobo_ui_util_set_ui (app->ui_component, GNOMEUIDATADIR, "testgnome.xml", appname);
bonobo_ui_component_add_verb_list_with_data (app->ui_component, verbs, app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]