Skip to content

backport fix for libgedit-gtksourceview 299.1.0

Biswapriyo Nath requested to merge (removed):rebuild into main
This fixes the following compiler warning (should be an error).

../gedit/plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:47: warning:
implicit declaration of function ‘gtk_source_style_copy’; did you mean ‘gtk_source_style_apply’? [-Wimplicit-function-declaration]

Merge request reports