@LarsGit223 commented on this pull request.


In workbench/src/sidebar.c:

> +			FILEVIEW_COLUMN_ICON, icon,
+			FILEVIEW_COLUMN_NAME, text,
+			FILEVIEW_COLUMN_DATA_ID, DATA_ID_PROJECT,
+			FILEVIEW_COLUMN_ASSIGNED_DATA_POINTER, project,
+			-1);
+
+		child_position = 0;
+		/* Not required here as we build a completely new tree
+		   sidebar_remove_children(&iter); */
+		sidebar_insert_project_bookmarks(project, iter, &child_position);
+		sidebar_insert_project_directories(project, iter, &child_position);
+	}
+	gtk_tree_view_expand_all(GTK_TREE_VIEW(sidebar.file_view));
+
+	g_object_unref(icon_ok);
+	g_object_unref(icon_ko);

Already fixed.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.