[nautilus] view: don't emit the clear signal



commit f718677e60eafcb4214ef8d4a9831fd2e597e5d0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Feb 11 15:40:26 2011 -0500

    view: don't emit the clear signal

 src/nautilus-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index f6b9719..3455668 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -2628,7 +2628,6 @@ nautilus_view_destroy (GtkWidget *object)
 	view->details->window = NULL;
 	
 	nautilus_view_stop_loading (view);
-	g_signal_emit (view, signals[CLEAR], 0);
 
 	for (node = view->details->scripts_directory_list; node != NULL; node = next) {
 		next = node->next;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]