Update clipboards. (#142805, Mikael Hallendal)

Sat Jul 10 22:13:53 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtktextbuffer.c (gtk_text_buffer_select_range): Update
	clipboards.  (#142805, Mikael Hallendal)
This commit is contained in:
Matthias Clasen
2004-07-11 02:20:01 +00:00
committed by Matthias Clasen
parent 3cac8b33fe
commit 37b90cc7d1
5 changed files with 21 additions and 0 deletions

View File

@ -2064,6 +2064,7 @@ gtk_text_buffer_select_range (GtkTextBuffer *buffer,
gtk_text_buffer_mark_set (buffer, &real_bound,
gtk_text_buffer_get_mark (buffer,
"selection_bound"));
update_selection_clipboards (buffer);
}
/*