In src/plugins.c:
> @@ -1356,7 +1748,7 @@ static void on_pm_tree_filter_entry_icon_release_cb(GtkEntry *entry, GtkEntryIco > } > > > -static void pm_prepare_treeview(GtkWidget *tree, GtkListStore *store) > +static void pm_prepare_treeview(GtkWidget *tree, GtkTreeStore *store)
changes to this function lead to iter
and list
variables to be unused.
—
Reply to this email directly or view it on GitHub.