Fix problems with "position" and "selection-bound" change notification
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 25 Jan 2010 15:13:58 +0000 (16:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 1 Feb 2010 11:22:58 +0000 (11:22 +0000)
commitecbb7ce41a1a759e246fce07f146b8bed5e3d730
tree118665d3fec7b88421b02cc0f66d4e8afb6966b1
parent579a9a2665b402405820585dacba137984700110
Fix problems with "position" and "selection-bound" change notification

Added a "selection-bound" notify on clutter_text_clear_selection as it
changes the value.

Added utility function clutter_text_set_positions, in order to
change both cursor position and selection bound inside a
g_object_[freeze/thaw]_notify block

Added g_object_[freeze/thaw]_notify in other functions that changes
both cursor position and selection bound

Solves http://bugzilla.openedhand.com/show_bug.cgi?id=1955
clutter/clutter-text.c