GNOME Bugzilla – Bug 624901
Terminal plugin doesn't build with latest vte
Last modified: 2010-07-21 08:10:53 UTC
http://build.gnome.org/builders/anjuta-bxlug-sid/builds/1385/steps/anjuta%20build/logs/stdio CC terminal.lo terminal.c: In function 'terminal_execute': terminal.c:405: warning: 'vte_terminal_fork_command' is deprecated (declared at /home/jhbuild/sid-ia32/build/include/vte-0.0/vte/vtedeprecated.h:82) terminal.c: In function 'init_shell': terminal.c:466: warning: 'vte_terminal_fork_command' is deprecated (declared at /home/jhbuild/sid-ia32/build/include/vte-0.0/vte/vtedeprecated.h:82) terminal.c: In function 'create_box': terminal.c:712: error: 'VteTerminal' has no member named 'adjustment' make[3]: *** [terminal.lo] Error 1 Attached patch use an accessor function to get the adjustment widget, doesn't touch vte_terminal_fork_command'. I also checked when that function was introduced and it's 2002, so there's no need to update configure.ac.
Created attachment 166257 [details] [review] use accessor to get terminal widget adjustment
Review of attachment 166257 [details] [review]: Thanks. If I understood you correct the get_adjustment() method has been there for quite some time so please commit!
Thanks, pushed as 9069d1.