[Xfce4-commits] <terminal:master> Use gtk_show_uri and new dialog hook and new version of exo.

Mark Trompell mark at foresightlinux.org
Fri Aug 28 15:16:54 CEST 2009


On Wed, Aug 26, 2009 at 9:42 PM, Nick Schermer<nick at xfce.org> wrote:
>    Use gtk_show_uri and new dialog hook and new version of exo.
...
> diff --git a/terminal/terminal-dialogs.c b/terminal/terminal-dialogs.c
> index 397737a..b164926 100644
> --- a/terminal/terminal-dialogs.c
> +++ b/terminal/terminal-dialogs.c
> -  /* open the about dialog */
> +  /* set dialog hook on gtk versions older then 2.18 */
> +#if !GTK_CHECK_VERSION (2, 18, 0)
> +#if EXO_CHECK_VERSION (0, 5, 0)
> +  gtk_about_dialog_set_email_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);
> +  gtk_about_dialog_set_url_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);

This seems to break build with exo:master atm since it doesn't have
exo_gtk_url_about_dialog_hook (yet)


-- 
Mark Trompell

Foresight Linux Xfce Edition
Cause your desktop should be freaking cool
(and Xfce)



More information about the Xfce4-dev mailing list