diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-10-07 00:34:52 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-10-07 00:34:52 +0000 |
commit | 9887b687632fc3a7a7b0c126c37dc5be7a96e6a5 (patch) | |
tree | b495e02ee60d1835eb7c26e4e5aa6a89b3660a22 /src/nautilus-object-window.h | |
parent | 4243e17233e60e9e1f480a36b22dc00da32a5a16 (diff) | |
download | nautilus-9887b687632fc3a7a7b0c126c37dc5be7a96e6a5.tar.gz |
tried to put the right themable icons for the toolbar, but only succeeded
tried to put the right themable icons for the toolbar, but only
succeeded at getting the stock icons. Also, made the throbber
show up, but it's not properly positioned yet.
Diffstat (limited to 'src/nautilus-object-window.h')
-rw-r--r-- | src/nautilus-object-window.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/nautilus-object-window.h b/src/nautilus-object-window.h index 306cea704..37f5fa9bc 100644 --- a/src/nautilus-object-window.h +++ b/src/nautilus-object-window.h @@ -101,16 +101,7 @@ struct NautilusWindow { NautilusViewIdentifier *content_view_id; GList *sidebar_panels; - /* Widgets to keep track of (for state changes, etc) */ - GtkWidget *back_button; - GtkWidget *forward_button; - GtkWidget *up_button; - GtkWidget *reload_button; - GtkWidget *search_local_button; - GtkWidget *search_web_button; - GtkWidget *stop_button; - GtkWidget *home_button; - + /* Widgets to keep track of (for state changes, etc) */ GtkWidget *zoom_control; GtkWidget *throbber; |