[Github-comments] [geany-plugins] Addons bookmark refresh fix (#284)
Colomban Wendling
notifications at xxxxx
Fri Sep 18 13:26:45 UTC 2015
> {
> + GtkTreeModel *model = gtk_tree_view_get_model(GTK_TREE_VIEW(priv->tree));
> + /* reference the model and then detach it from the treeview */
> + g_object_ref(model);
> + gtk_tree_view_set_model(GTK_TREE_VIEW(priv->tree), NULL);
This might create flicker on the tree view AFAIK, so it might make sense to check if it's really useful in practice
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/284/files#r39853887
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150918/eeeec783/attachment.html>
More information about the Github-comments
mailing list