[Gtk-sharp-list] Patch for TextBuffer

Mike Kestner mkestner@ximian.com
Sat, 21 Feb 2004 12:45:51 -0600


On Sat, 2004-02-21 at 11:56, Thiago Milczarek SayĆ£o wrote:
> I did a patch some days ago that got commited. It was the InsertWithTags
> patch. I didn't notice that the Insert function take 2 arguments, the
> iter and the text, so i did the InsertWithTags function take just two
> argument that is the text and the tags (i forgot the iter).

Are you saying you submitted a patch that you didn't test?  Please don't
ever do that.  If a patch lands on this list, I'm assuming that it is
addressing a demonstrated problem, and that when the patch is applied,
the problem no longer exists.

> This patch corrects the InsertWithTags to take three arguments, the
> iter, the text and the tags.

Has it been tested?

> The second patch add alias to the functions Insert, InsertWithTags and
> InsertPixbuf to automatically take EndIter as the iter argument. I don't
> know if its a good idea, so i did a separated patch to let mkestner
> decide :)

Ditto.

-- 
Mike Kestner <mkestner@ximian.com>