Branch: refs/heads/master Author: Chris Allan chrisallan@protonmail.com Committer: Chris Allan chrisallan@protonmail.com Date: Wed, 14 Oct 2020 03:42:14 UTC Commit: abf633e26997173f417fc0f1093716a777f7f877 https://github.com/geany/geany-plugins/commit/abf633e26997173f417fc0f1093716...
Log Message: ----------- TreeBrowser: Avoid double node clear
Modified Paths: -------------- treebrowser/src/treebrowser.c
Modified: treebrowser/src/treebrowser.c 3 lines changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -1629,8 +1629,7 @@ on_treeview_changed(GtkWidget *widget, gpointer user_data) if (g_file_test(uri, G_FILE_TEST_EXISTS)) { if (!g_file_test(uri, G_FILE_TEST_IS_DIR) && CONFIG_ONE_CLICK_CHDOC) document_open_file(uri, FALSE, NULL, NULL); - } else - treebrowser_tree_store_iter_clear_nodes(&iter, TRUE); + }
g_free(uri); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org