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:
committed by
Matthias Clasen
parent
3cac8b33fe
commit
37b90cc7d1
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user