[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sun Aug 20 10:01:43 UTC 2017
LarsGit223 commented on this pull request.
> +} MatchType;
+
+typedef struct
+{
+ GeanyProject *project;
+ GPtrArray *expanded_paths;
+} ExpandData;
+
+typedef struct SIDEBAR
+{
+ GtkWidget *file_view_vbox;
+ GtkWidget *file_view;
+ GtkTreeStore *file_store;
+ GtkWidget *file_view_label;
+}SIDEBAR;
+static SIDEBAR sidebar = {NULL, NULL, NULL, NULL, NULL};
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_r134111400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170820/c62d598c/attachment.html>
More information about the Github-comments
mailing list