[Github-comments] [geany-plugins] Addons bookmark refresh fix (#284)
Colomban Wendling
notifications at xxxxx
Sun Sep 20 13:35:23 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);
> + if (priv->refresh_idle_source_id == 0)
> + {
> + AoBookmarkListRefreshContainer *container = g_new0(AoBookmarkListRefreshContainer, 1);
and here
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/284/files#r39929943
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150920/d38a5232/attachment.html>
More information about the Github-comments
mailing list