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