[Github-comments] [geany-plugins] Geniuspaste: Install a custom URL handler for Paste link (#403)

Enrico Tröger notifications at xxxxx
Sat Mar 12 14:13:46 UTC 2016


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160312/37c61b9a/attachment.html>


More information about the Github-comments mailing list