GNOME Bugzilla – Bug 132610
contents-changed signal not useful due to a typo
Last modified: 2005-08-15 01:41:59 UTC
There is a typo in vte.c, corrected by the following patch, which renders the contents-changed signal not very useful, and blocks bug 132173, for example.
Created attachment 23785 [details] [review] fix the typo and make contents-changed work
Can I commit this, nalin?
Upgrading the priority to high and adding the PATCH keyword because of Mariano's patch.
Supplied patch didn't compile. Guessing it meant to call vte_terminal_emit_contents_changed() after vte_terminal_match_contents_clear(), instead of replacing the call to vte_terminal_match_contents_clear() with a call to non-existent vte_terminal_match_contents_changed(). Please reopen this if I got part of this wrong. Thanks!