nautilus r13973 - in branches/multiview: . src



Author: cneumair
Date: Sat Mar 22 20:52:09 2008
New Revision: 13973
URL: http://svn.gnome.org/viewvc/nautilus?rev=13973&view=rev

Log:
2008-03-22  Christian Neumair  <cneumair gnome org>

	* src/nautilus-window-manage-views.c
	(nautilus_window_report_load_underway):
	Remove unused code.


Modified:
   branches/multiview/ChangeLog
   branches/multiview/src/nautilus-window-manage-views.c

Modified: branches/multiview/src/nautilus-window-manage-views.c
==============================================================================
--- branches/multiview/src/nautilus-window-manage-views.c	(original)
+++ branches/multiview/src/nautilus-window-manage-views.c	Sat Mar 22 20:52:09 2008
@@ -1301,10 +1301,6 @@
 
 	slot = nautilus_window_get_slot_for_view (window, view);
 	g_assert (slot != NULL);
-	if (slot == NULL) {
-		/* maybe the slot was immediately closed after opening it. */
-		return;
-	}
 
         if (view == slot->new_content_view) {
 		location_has_really_changed (slot);



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