diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2001-01-18 19:46:08 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2001-01-18 19:46:08 +0000 |
commit | 252f7dcd95c50cd97624b63d7949f8bf2388be08 (patch) | |
tree | 523315f41d352b302b15b8e82d5f2a990f5b540a /src/nautilus-object-window.h | |
parent | e82bab8c493c3d173622c18e5df07e3f36d982ea (diff) | |
download | nautilus-252f7dcd95c50cd97624b63d7949f8bf2388be08.tar.gz |
backed out the Bonobo component throbber temporarily due to Bonobo
backed out the Bonobo component throbber temporarily due
to Bonobo problems and restored the old one; hopefully, the
new one will come back soon.
* src/Makefile.am:
* src/nautilus-window-toolbars.c:
(nautilus_window_initialize_toolbars):
* src/nautilus-window.c: (nautilus_window_constructed),
(nautilus_window_destroy), (nautilus_window_allow_stop):
* src/nautilus-window.h:
fixed bug 5393, custom emblems arent scaling properly, by
* libnautilus-extensions/nautilus-icon-container.c:
(nautilus_icon_container_update_icon):
* libnautilus-extensions/nautilus-icon-factory.c:
(get_themed_icon_file_path), (load_pixbuf_svg),
(load_specific_icon):
Diffstat (limited to 'src/nautilus-object-window.h')
-rw-r--r-- | src/nautilus-object-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-object-window.h b/src/nautilus-object-window.h index ed9b189b2..3a2fb07ba 100644 --- a/src/nautilus-object-window.h +++ b/src/nautilus-object-window.h @@ -100,7 +100,8 @@ struct NautilusWindow { /* Widgets to keep track of (for state changes, etc) */ GtkWidget *zoom_control; - Bonobo_Unknown throbber; + /* Bonobo_Unknown throbber; */ + GtkWidget *throbber; /* Pending changes */ NautilusNavigationInfo *pending_ni; |