[gtk/gtk-4-2: 43/91] placesview: Fix mounting remote locations
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-4-2: 43/91] placesview: Fix mounting remote locations
- Date: Tue, 4 May 2021 02:05:41 +0000 (UTC)
commit 513aa20f76c890e2d669f0208260719f14bfbcd4
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 16 19:17:37 2021 -0400
placesview: Fix mounting remote locations
This was broken by a stupid copy-paste error.
gtk/gtkplacesview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c
index 853c135f8b..855c29cb3b 100644
--- a/gtk/gtkplacesview.c
+++ b/gtk/gtkplacesview.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]