Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260965
Collapse All | Expand All

(-)src/nautilus-navigation-window.c (+6 lines)
Lines 200-205 Link Here
200
	g_assert (slot != NULL);
200
	g_assert (slot != NULL);
201
201
202
	nautilus_window_set_active_slot (nautilus_window, slot);
202
	nautilus_window_set_active_slot (nautilus_window, slot);
203
	
204
	if (slot->content_view != NULL)
205
	{
206
		gtk_scrolled_window_set_hadjustment (GTK_SCROLLED_WINDOW (slot->content_view), NULL);
207
		gtk_scrolled_window_set_vadjustment (GTK_SCROLLED_WINDOW (slot->content_view), NULL);
208
	}
203
209
204
	return FALSE;
210
	return FALSE;
205
}
211
}

Return to bug 260965