<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49941238">lineoperations/src/lineoperations.c</a>:</p>
<pre style='color:#555'>> +
> +
> +void
> +lo_cleanup(void)
> +{
> +  if(main_menu_item) gtk_widget_destroy(main_menu_item);
> +}
> +
> +
> +G_MODULE_EXPORT
> +void geany_load_module(GeanyPlugin *plugin)
> +{
> +    plugin->info->name        = _("Line Operations");
> +    plugin->info->description = _("Line Operations provides a handful of functions that can be applied to a document such as, removing duplicate lines, removing empty lines, removing lines with only whitespace, and sorting lines.");
> +    plugin->info->version     = "0.1";
> +    plugin->info->author      = _("Sylvan Mostert <smostert.dev@gmail.com>");
</pre>
<p>Awesome, it should be all up-to-date now.</p>

<p>(Both <a href="https://github.com/geany/geany-plugins/commit/2c2cface2512bbc57ffa615e24fce75782fd5a34" class="commit-link"><tt>2c2cfac</tt></a> and <a href="https://github.com/geany/geany-plugins/commit/0241373df0a23f9ff530cdb857deade5d25bbf3e" class="commit-link"><tt>0241373</tt></a> are the mostly the same as before. I updated <a href="https://github.com/geany/geany-plugins/commit/2c2cface2512bbc57ffa615e24fce75782fd5a34" class="commit-link"><tt>2c2cfac</tt></a>, so they're showing that they are new. (but they're not really))</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324/files#r49941238">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5t9i1XUpqQwxz9ajy2FlTq9iT7Gks5paxTMgaJpZM4HBhj7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/324/files#r49941238"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>