forked from AuroraMiddleware/gtk
placesview: Fix mounting remote locations
This was broken by a stupid copy-paste error.
This commit is contained in:
parent
83b38e55c0
commit
513aa20f76
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user