@LarsGit223 commented on this pull request.


In workbench/src/sidebar.c:

> +				FILEVIEW_COLUMN_ASSIGNED_DATA_POINTER, elem->data,
+				-1);
+			position++;
+			sidebar_insert_project_directory(project, elem->data, &iter);
+		}
+	}
+	else
+	{
+		icon = g_icon_new_for_string("workbench-nodirs", NULL);
+
+		gtk_tree_store_insert_with_values(sidebar.file_store, &iter, parent, *position,
+			FILEVIEW_COLUMN_ICON, icon,
+			FILEVIEW_COLUMN_NAME, _("No directories"),
+			FILEVIEW_COLUMN_DATA_ID, DATA_ID_NO_DIRS,
+			-1);
+		position++;

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.