GNOME Bugzilla – Bug 399282
Fix the gtk_style_attach call on vte_terminal_realize in the gnome 2.16 branch, too
Last modified: 2007-02-28 21:12:45 UTC
In the commit <http://svn.gnome.org/viewcvs/vte/trunk/src/vte.c?rev=1443&r1=1438&r2=1443>, Chris fixed a broken call to gtk_style_attach (without saying so in the changelog entry... :-) ) chpe correctly points out that that broken call is probably what is causing our many-dup'ed g-t bug 353498. The change should go into the gnome-2-16 branch (and is maybe probably worth a release?).
Created attachment 80868 [details] [review] Use the return of gtk_style_attach. Sorry, I had an outstanding bug report on this for sooo long that I thought it was just me being pedantic.
blocker that needs to be fixed for 2.16.3.
2007-01-22 Behdad Esfahbod <behdad@gnome.org> Bug 399282 – Fix the gtk_style_attach call on vte_terminal_realize in the gnome 2.16 branch, too Bug 353498 – crash in Terminal: changing icon theme * src/vte.c (vte_terminal_realize): Fix the long time crasher.
Created attachment 83378 [details] [review] GNOME 2.14 / vte 0.12 backport
Feel free to commit to that branch.