summaryrefslogtreecommitdiff
path: root/src/nautilus-object-window.c
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2002-02-20 13:10:32 +0000
committerMichael Meeks <michael@src.gnome.org>2002-02-20 13:10:32 +0000
commitb7d36b2b63136418d5a4aefdb27c2fc3466570a5 (patch)
tree8981acbdce38f0cea205946c9ebeeb304cb77bd7 /src/nautilus-object-window.c
parent7d442ecd8dd9c2aa80007551729a3de342da81e8 (diff)
downloadnautilus-b7d36b2b63136418d5a4aefdb27c2fc3466570a5.tar.gz
don't spew debug as we disconnect from a dead parent.
2002-02-20 Michael Meeks <michael@ximian.com> * libnautilus/nautilus-view.c (nautilus_view_set_frame): don't spew debug as we disconnect from a dead parent. * src/nautilus-sidebar-tabs.c (tab_item_destroy): ditto. * src/nautilus-window. (nautilus_window_unrealize): ditto.
Diffstat (limited to 'src/nautilus-object-window.c')
-rw-r--r--src/nautilus-object-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-object-window.c b/src/nautilus-object-window.c
index 4620f7ebc..2d2d27ac8 100644
--- a/src/nautilus-object-window.c
+++ b/src/nautilus-object-window.c
@@ -867,8 +867,8 @@ nautilus_window_unrealize (GtkWidget *widget)
property_bag = Bonobo_Control_getProperties (window->details->throbber, &ev);
if (!BONOBO_EX (&ev) && property_bag != CORBA_OBJECT_NIL) {
bonobo_event_source_client_remove_listener
- (property_bag, window->details->throbber_listener, NULL);
- bonobo_object_release_unref (property_bag, NULL);
+ (property_bag, window->details->throbber_listener, &ev);
+ bonobo_object_release_unref (property_bag, &ev);
}
CORBA_Object_release (window->details->throbber_listener, &ev);