> @@ -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)Thanks, fixed. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/403/files#r55921955
