<p>In <a href="https://github.com/geany/geany-plugins/pull/403#discussion_r55921953">geniuspaste/src/geniuspaste.c</a>:</p>
<pre style='color:#555'>> @@ -601,6 +620,13 @@ static void show_msgbox(GtkMessageType type, GtkButtonsType buttons,
>                         "secondary-text", markup,
>                         "secondary-use-markup", TRUE,
>                         NULL);
> +    /* fetch the message area of the dialog and attach a custom URL hook to the labels */
> +    dlg_vbox = gtk_message_dialog_get_message_area(GTK_MESSAGE_DIALOG(dlg));
> +    gtk_container_foreach(
> +        GTK_CONTAINER(dlg_vbox),
> +        (GtkCallback)message_dialog_label_set_url_hook,
</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#r55921953">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6_eVTdskHWGoxQZMeNgbPHeg0byks5pssoXgaJpZM4HvTZB.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#r55921953"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>