diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-05-04 10:19:35 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-05-04 10:19:35 +0000 |
commit | 430f6bd8cc08aed463d6d13d827d92ae1e1188d3 (patch) | |
tree | 84b45af9b467bbcba868c66f73de2629b44230cb /components/adapter | |
parent | 921f6c187cff9929cf035341a8b5932a0acdcfde (diff) | |
download | nautilus-430f6bd8cc08aed463d6d13d827d92ae1e1188d3.tar.gz |
Update for latest round of stuff moving into Eel.
Diffstat (limited to 'components/adapter')
-rw-r--r-- | components/adapter/nautilus-adapter.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/components/adapter/nautilus-adapter.c b/components/adapter/nautilus-adapter.c index 056146052..c78d7b348 100644 --- a/components/adapter/nautilus-adapter.c +++ b/components/adapter/nautilus-adapter.c @@ -27,22 +27,22 @@ #include <config.h> #include "nautilus-adapter.h" -#include "nautilus-adapter-load-strategy.h" -#include "nautilus-adapter-embed-strategy.h" -#include "nautilus-adapter-embed-strategy-private.h" +#include "nautilus-adapter-embed-strategy-private.h" +#include "nautilus-adapter-embed-strategy.h" +#include "nautilus-adapter-load-strategy.h" #include <bonobo/bonobo-control.h> #include <bonobo/bonobo-item-container.h> -#include <bonobo/bonobo-view-frame.h> #include <bonobo/bonobo-object-client.h> -#include <gtk/gtksignal.h> +#include <bonobo/bonobo-view-frame.h> +#include <eel/eel-generous-bin.h> +#include <eel/eel-gtk-macros.h> #include <gdk-pixbuf/gdk-pixbuf.h> +#include <gtk/gtksignal.h> #include <libgnome/gnome-i18n.h> #include <libgnomeui/gnome-stock.h> -#include <libnautilus/nautilus-bonobo-ui.h> -#include <eel/eel-gtk-macros.h> -#include <libnautilus-private/nautilus-generous-bin.h> #include <libnautilus-adapter/nautilus-adapter-factory.h> +#include <libnautilus/nautilus-bonobo-ui.h> struct NautilusAdapterDetails { NautilusView *nautilus_view; @@ -166,7 +166,7 @@ nautilus_adapter_new (Bonobo_Unknown component) /* Set up a few wrapper framework details */ - bin = gtk_widget_new (NAUTILUS_TYPE_GENEROUS_BIN, NULL); + bin = gtk_widget_new (EEL_TYPE_GENEROUS_BIN, NULL); gtk_widget_show (bin); control = bonobo_control_new (bin); adapter->details->nautilus_view = nautilus_view_new_from_bonobo_control (control); |