> @@ -1886,7 +1886,7 @@ GSList *utils_get_config_files(const gchar *subdir) > > /* Suffix can be NULL or a string which should be appended to the Help URL > like > * an anchor link, e.g. "#some_anchor". */ > -gchar *utils_get_help_url(const gchar *suffix) > +static gchar *utils_get_help_url(const gchar *suffix)
Since this is no longer used anywhere else, why no just add `utils_open_browser()` at the end and make this `utils_open_help()` instead of adding another bit of spaghetti? --- 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/pull/1169/files/b8ce7433f11e494b0452c967e4a024c99485f8c4#r73979828
