GNOME Bugzilla – Bug 320106
TextBuffer.removeAllTags takes wrong parameters
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: The TextBuffer.removeAllTags(TextTag, TextTag) should be taking two TextIters instead of TextTags. Calling this method will result in GTK assertions failing. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 54003 [details] [review] patch to TextBuffer.java This patch adds the proper method (TextBuffer.removeAllTags(TextIter, TextIter)) and deprecates the old one.
The patch has been applied to CVS HEAD