[Github-comments] [geany-plugins] Addons bookmark refresh fix (#284)
Colomban Wendling
notifications at xxxxx
Sun Sep 20 13:35:18 UTC 2015
> @@ -417,6 +428,26 @@ void ao_bookmark_list_update(AoBookmarkList *bm, GeanyDocument *doc)
> line_nr++;
> }
> }
> +
> + g_free(container);
> + priv->refresh_idle_source_id = 0;
> + return FALSE;
> +}
> +
> +
> +void ao_bookmark_list_update(AoBookmarkList *bm, GeanyDocument *doc)
> +{
> + AoBookmarkListPrivate *priv = AO_BOOKMARK_LIST_GET_PRIVATE(bm);
here too
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/284/files#r39929941
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150920/d7ec5078/attachment.html>
More information about the Github-comments
mailing list