> + gtk_container_add(GTK_CONTAINER(plugin->geany_data->main_widgets->tools_menu), item); > + gtk_widget_set_sensitive(item, FALSE); > + data->menu_items = g_slist_prepend(data->menu_items, (gpointer) item); > + g_free(text); > + } > + > + return TRUE; > +} > + > + > +static void proxy_help(GeanyPlugin *plugin, gpointer pdata) > +{ > + PluginContext *data; > + GtkWidget *dialog; > + gchar *help_text; > + GKeyFile *file;
help_text
and file
are not used
—
Reply to this email directly or view it on GitHub.