[Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)

Thomas Martitz notifications at xxxxx
Mon Jul 29 21:25:32 UTC 2019


kugel- commented on this pull request.



> +			tree_copy_recursive(&data.best_iter, &parent_buf);
+			unfold_iter(&parent_buf);
+			gtk_tree_store_remove(store_openfiles, &data.best_iter);
+			tree_add_new_dir(parent, &parent_buf, path);
+
+			g_free(newpath);
+			break;
+		}
+		default:
+		{
+			tree_add_new_dir(parent, NULL, path);
+			break;
+		}
+	}
+	if (data.needle != path)
+		g_free(data.needle);

No, you are right, might be a leftover from my modifications over the original version.

-- 
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/pull/1813#discussion_r308444661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190729/d391be2d/attachment.html>


More information about the Github-comments mailing list