c2956e8bd2
Notifying the "text" property inside `st_entry_set_text()` misses all the text changes done by ClutterText itself, including those that happen on key-presses. Fix that by notifying that property inside the "notify::text" handler connected to the ClutterText. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/951