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

Nick Schermer nickschermer at gmail.com
Fri Aug 28 16:31:10 CEST 2009


2009/8/28 Mark Trompell <mark at foresightlinux.org>:
> 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)

I know and don't care ;-).

Nick



More information about the Xfce4-dev mailing list