In geniuspaste/src/geniuspaste.c:

> @@ -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)

static


Reply to this email directly or view it on GitHub.