From 252f7dcd95c50cd97624b63d7949f8bf2388be08 Mon Sep 17 00:00:00 2001 From: Andy Hertzfeld Date: Thu, 18 Jan 2001 19:46:08 +0000 Subject: 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): --- src/nautilus-object-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nautilus-object-window.h') 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; -- cgit v1.2.1