GNOME Bugzilla – Bug 682673
Remove more code for handling expanded list view rows
Last modified: 2012-08-26 13:03:37 UTC
There was still some code remaining dealing with expanded rows. We should remove it because it isn't needed and complicates the code.
Created attachment 222403 [details] [review] Remove more code for handling expanded list view rows
Review of attachment 222403 [details] [review]: Nice cleanup...just one thing ::: src/nautilus-list-view.c @@ -784,3 @@ g_list_free (selected_rows); - } else { - view->details->ignore_button_release = on_expander; I think this private variable is unused too now.
Pushed with that change.