<p>In <a href="https://github.com/geany/geany-plugins/pull/403#discussion_r55921955">geniuspaste/src/geniuspaste.c</a>:</p>
<pre style='color:#555'>> @@ -578,12 +578,31 @@ static gchar *pastebin_parse_response(const Pastebin  *pastebin,
>      return url;
>  }
>  
> +gboolean message_dialog_label_link_activated(GtkLabel *label, gchar *uri, gpointer user_data)
> +{
> +    utils_open_browser(uri);
> +    return TRUE;
> +}
> +
> +void message_dialog_label_set_url_hook(GtkWidget *widget, gpointer data)
</pre>
<p>Thanks, fixed.</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/403/files#r55921955">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7sEJsYekhjy9gCOR85nBcLEtv7Wks5pssoagaJpZM4HvTZB.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/403/files#r55921955"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>