@smostertdev commented on this pull request.


In lineoperations/src/lo_prefs.h:

> + *      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+*/
+
+#ifndef LO_PREFS_H
+#define LO_PREFS_H
+
+#include <geanyplugin.h>
+#include "lo_prefs.h"
+
+
+typedef struct
+{
+	/* general settings */
+	gchar *config_file;
+	gboolean use_collation_compare;
+} AddonsInfo;

You are correct, updated


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.