gtk: remove non-breaking space, probably there by mistake

Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=791710
This commit is contained in:
Arnaud Rebillout 2017-12-16 23:12:50 +07:00 committed by Matthias Clasen
parent ed5f07e0e7
commit 25523e60c3

View File

@ -3717,7 +3717,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer)
* @override_location: (allow-none): location to insert pasted text, or %NULL * @override_location: (allow-none): location to insert pasted text, or %NULL
* @default_editable: whether the buffer is editable by default * @default_editable: whether the buffer is editable by default
* *
* Pastes the contents of a clipboard. If @override_location is %NULL, the * Pastes the contents of a clipboard. If @override_location is %NULL, the
* pasted text will be inserted at the cursor position, or the buffer selection * pasted text will be inserted at the cursor position, or the buffer selection
* will be replaced if the selection is non-empty. * will be replaced if the selection is non-empty.
* *