placesview: Fix mounting remote locations

This was broken by a stupid copy-paste error.
This commit is contained in:
Matthias Clasen 2021-04-16 19:17:37 -04:00
parent 83b38e55c0
commit 513aa20f76

View File

@ -550,7 +550,7 @@ populate_servers (GtkPlacesView *view)
/* clear previous items */
while ((child = gtk_widget_get_first_child (GTK_WIDGET (view->recent_servers_listbox))))
gtk_list_box_remove (GTK_LIST_BOX (view->listbox), child);
gtk_list_box_remove (GTK_LIST_BOX (view->recent_servers_listbox), child);
gtk_list_store_clear (view->completion_store);