[Github-comments] [geany/geany-plugins] New plugin 'workbench': initial commit. (Follow-up/clean PR) (#601)

Frank Lanitz notifications at xxxxx
Wed Sep 20 12:24:28 UTC 2017


frlan commented on this pull request.



> +}
+
+
+/* Create a branch for a folder */
+static void sidebar_create_branch(gint level, const gchar *abs_base_dir, GSList *leaf_list, GtkTreeIter *parent)
+{
+	GSList *dir_list = NULL;
+	GSList *file_list = NULL;
+	GSList *elem;
+	gchar **path_arr;
+
+	foreach_slist (elem, leaf_list)
+	{
+		if (elem->data == NULL)
+		{
+			continue;

Is this ever passing this point?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/601#pullrequestreview-63956190
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170920/fd6a8889/attachment.html>


More information about the Github-comments mailing list