[Github-comments] [geany/geany-plugins] Workbench (#598)

LarsGit223 notifications at xxxxx
Sat Aug 19 09:16:58 UTC 2017


LarsGit223 commented on this pull request.



> +			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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134087399
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/d5593e5e/attachment.html>


More information about the Github-comments mailing list