diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-01-26 08:22:44 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-01-26 08:22:44 +0000 |
commit | a26d6288b2421928096d4d7808c0906d190e1f10 (patch) | |
tree | 63fb48aca920ab42550dccf9ef60694b7a6506fe /libnautilus/ntl-content-view-frame.c | |
parent | 8bf9719ddbe6194b6ac8b8c98d18ef94a67fb6bf (diff) | |
download | nautilus-a26d6288b2421928096d4d7808c0906d190e1f10.tar.gz |
Build with the recent Bonobo global renaming, and Havoc's changes. A patch
* components/help/hyperbola-main.c,
components/help/hyperbola-nav-tree.c,
components/history/ntl-history-view.c, components/html/main.c,
components/html/ntl-web-browser.c,
components/websearch/ntl-web-search.c, idl/nautilus.idl,
libnautilus/gnome-icon-container.c,
libnautilus/gnome-progressive-loader.c,
libnautilus/gnome-progressive-loader.h, libnautilus/libnautilus.h,
libnautilus/ntl-content-view-frame.c,
libnautilus/ntl-meta-view-frame.c, libnautilus/ntl-view-frame.c,
libnautilus/ntl-view-frame.h, src/nautilus.h,
src/ntl-index-panel.c, src/ntl-view-bonobo-control.c,
src/ntl-view-bonobo-subdoc.c, src/ntl-view-frame-svr.c,
src/ntl-view-nautilus.c, src/ntl-view-private.h, src/ntl-view.c,
src/ntl-view.h, src/ntl-window.c, src/ntl-window.h,
src/file-manager/dfos-corba.h, src/file-manager/dfos-xfer.c,
src/file-manager/dfos-xfer.h, src/file-manager/fm-main.c: Build
with the recent Bonobo global renaming, and Havoc's changes. A
patch from Kjartan Maraas <kmaraas@online.no> and scripts from Nat
Friedman <nat@helixcode.com> were a very helpful starting point.
Diffstat (limited to 'libnautilus/ntl-content-view-frame.c')
-rw-r--r-- | libnautilus/ntl-content-view-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus/ntl-content-view-frame.c b/libnautilus/ntl-content-view-frame.c index bf2078545..defd93ce2 100644 --- a/libnautilus/ntl-content-view-frame.c +++ b/libnautilus/ntl-content-view-frame.c @@ -31,7 +31,7 @@ typedef struct { POA_Nautilus_View servant; - gpointer gnome_object; + gpointer bonobo_object; NautilusContentViewFrame *view; } impl_POA_Nautilus_ContentView; |