summaryrefslogtreecommitdiff
path: root/src/nautilus-object-window.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-01-18 23:43:48 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-01-18 23:43:48 +0000
commitb871057295b112e7d59760b23da1bf582334dd56 (patch)
treebd6ad208e121ec0ee341d5fbed8e8c1d4e208df5 /src/nautilus-object-window.h
parent3cb6510f2a1d069d6bd367418186d8cd25e1293f (diff)
downloadnautilus-b871057295b112e7d59760b23da1bf582334dd56.tar.gz
now that the bonobo problems are resolved, we can go back to the
now that the bonobo problems are resolved, we can go back to the componentized throbber. * src/Makefile.am: * src/nautilus-window-toolbars.c: (nautilus_window_initialize_toolbars): * src/nautilus-window.c: (throbber_location_changed_callback), (nautilus_window_constructed), (nautilus_window_destroy), (nautilus_window_allow_stop): * src/nautilus-window.h:
Diffstat (limited to 'src/nautilus-object-window.h')
-rw-r--r--src/nautilus-object-window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-object-window.h b/src/nautilus-object-window.h
index 3a2fb07ba..ed9b189b2 100644
--- a/src/nautilus-object-window.h
+++ b/src/nautilus-object-window.h
@@ -100,8 +100,7 @@ struct NautilusWindow {
/* Widgets to keep track of (for state changes, etc) */
GtkWidget *zoom_control;
- /* Bonobo_Unknown throbber; */
- GtkWidget *throbber;
+ Bonobo_Unknown throbber;
/* Pending changes */
NautilusNavigationInfo *pending_ni;