xfce4-terminal 0.0.3 is out
Randy Chung
aoshi at OCF.Berkeley.EDU
Wed Aug 11 22:47:57 CEST 2004
I haven't been able to dig up an old 2.2 API for GTK+, but I'm guessing
the problem is (too lazy to include a patch here) on line 253 you need
to change
page = gtk_notebook_append_page (GTK_NOTEBOOK(t->notebook), s->vte, s->l
abel);
to
gtk_notebook_append_page (GTK_NOTEBOOK(t->notebook), s->vte, s->l
abel);
And hopefully that should fix that up. For whatever reason, it seems
that between 2.2 and 2.4 they decided to make that function return the
page number or an error code on failure. Let me know how that goes for you.
--
Randy
Biju Chacko wrote:
>
>
> Doesn't build for me:
>
> main.c: In function `cb_newtab':
> main.c:253: void value not ignored as it ought to be
> make[2]: *** [xfce4_terminal-main.o] Error 1
> make[2]: Leaving directory
> `/home/botsie/downloads/xfce4-terminal-0.0.3/src' make[1]: ***
> [all-recursive] Error 1 make[1]: Leaving directory
> `/home/botsie/downloads/xfce4-terminal-0.0.3' make: *** [all] Error 2
>
> --b
>
More information about the Xfce4-dev
mailing list