xfce4-places-plugin exo_url build errors

Evaggelos Balaskas ebalaskas at ebalaskas.gr
Thu Sep 10 23:18:23 CEST 2009


Hi Diego,

as Nick had mentioned a few days back,
exo_url_ functions have dropped and substituted with gtk_show_uri().

I am not a programmer, but i hack a little and the below diffs worked
fine for me.

[ebal at myhome:panel-plugin]$ diff support.c support.c.ebal
55,56c55
<         DBG("exo_url_show(%s)", path);
<         exo_success = exo_url_show(path, NULL, NULL);
---
>     GError         *error = NULL;
58c57
<         if(!exo_success){
---
>         if ( !gtk_show_uri (NULL, path, 0, &error)){
116a116
>     GError         *error = NULL;
118c118
<         exo_url_show(path, NULL, NULL);
---
>             gtk_show_uri (NULL , path, 0, &error);

Evaggelos Balaskas
Unix System Engineer - http://ebalaskas.gr/wiki
Informatics Engineer Technological Education

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20090911/bddd907c/attachment.pgp>


More information about the Xfce4-dev mailing list