Trivial whitespace fix

This commit is contained in:
Matthias Clasen
2012-12-11 21:30:22 -05:00
parent 1c05915f51
commit ea479e6bb9

View File

@@ -54,7 +54,7 @@
*
* One of the important things to remember when monitoring the selection of
* a view is that the #GtkTreeSelection::changed signal is mostly a hint.
* That is,it may only emit one signal when a range of rows is selected.
* That is, it may only emit one signal when a range of rows is selected.
* Additionally, it may on occasion emit a #GtkTreeSelection::changed signal
* when nothing has happened (mostly as a result of programmers calling
* select_row on an already selected row).