diff options
author | Michael Meeks <michael@ximian.com> | 2002-02-04 23:03:42 +0000 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2002-02-04 23:03:42 +0000 |
commit | 3ad55ff4c3de4e7a20316f5988d0f09e88700a5b (patch) | |
tree | 54a608012d6c66cd6935cdf8fc5b0679fc2ae942 /configure.in | |
parent | 942deb4a9ee036ba3cdc6b5b81505c90e8e7261e (diff) | |
download | nautilus-3ad55ff4c3de4e7a20316f5988d0f09e88700a5b.tar.gz |
move re-enterant CORBA stuff (fm_icon_view_init): to here.
2002-02-04 Michael Meeks <michael@ximian.com>
* src/file-manager/fm-icon-view.c
(fm_icon_view_class_init): move re-enterant CORBA stuff
(fm_icon_view_init): to here.
* src/nautilus-shell-ui.xml: add a default placeholder.
* configure.in (BONOBO_UI_REQUIRED): require a fixed
libbonoboui that can cope with default placeholders.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 673e3c3c2..fa4915533 100644 --- a/configure.in +++ b/configure.in @@ -4,8 +4,8 @@ dnl =========================================================================== ART_REQUIRED=2.3.6 BONOBO_ACTIVATION_REQUIRED=0.9.3 -BONOBO_REQUIRED=1.108 -BONOBO_UI_REQUIRED=1.108.1 +BONOBO_REQUIRED=1.110 +BONOBO_UI_REQUIRED=1.110.2 EEL_REQUIRED=1.1.3 ESOUND_REQUIRED=0.2.23 GLIB_REQUIRED=1.3.10 |