In src/plugins.c:

> @@ -120,10 +120,11 @@ geany_data_init(void)
>  		&tool_prefs,
>  		&template_prefs,
>  		NULL, /* Remove field on next ABI break (abi-todo) */
> -		filetypes_by_title
> +		filetypes_by_title,
> +		(GeanyObject *) geany_object,

Why a cast? either make the field a GObject or the variable a GeanyObject.


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