summaryrefslogtreecommitdiff
path: root/src/nautilus-object-window.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-09-08 00:27:45 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-09-08 00:27:45 +0000
commitbca62084f7a225fe4afa830810a013c149594345 (patch)
treedb323b7d0d1db07e59e5fdebe1d5fbf077d06187 /src/nautilus-object-window.c
parentd8bf363f15fcfe26968830e40a16989baec9cbac (diff)
downloadnautilus-bca62084f7a225fe4afa830810a013c149594345.tar.gz
fixed bug 1246, by moving the sidebar event initialization code from the
fixed bug 1246, by moving the sidebar event initialization code from the nautilus window class to the sidebar itself. fixed bug 838, zoom control doesn't prelight, by receiving mouse motion events and prelighting as appropriate.
Diffstat (limited to 'src/nautilus-object-window.c')
-rw-r--r--src/nautilus-object-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-object-window.c b/src/nautilus-object-window.c
index 9cac39bab..4969f799a 100644
--- a/src/nautilus-object-window.c
+++ b/src/nautilus-object-window.c
@@ -352,10 +352,6 @@ nautilus_window_constructed (NautilusWindow *window)
e_paned_pack1 (E_PANED(window->content_hbox), GTK_WIDGET(window->sidebar), FALSE, FALSE);
}
- /* enable mouse tracking for the index panel */
- /* FIXME bugzilla.eazel.com 1246: How about the sidebar doing this for itself? */
- gtk_widget_add_events (GTK_WIDGET (window->sidebar), GDK_POINTER_MOTION_MASK);
-
/* CORBA and Bonobo setup */
window->ui_handler = bonobo_ui_handler_new ();
bonobo_ui_handler_set_app (window->ui_handler, app);