diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2002-08-19 14:39:44 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2002-08-19 14:39:44 +0000 |
commit | f9038c03a5c1c976fde28643fc4ed8254da07b97 (patch) | |
tree | 12bd0c20abcd31b2b0856159a4edeefb8dd62926 /ChangeLog | |
parent | f1bbefb45ba6c148f29d369e5389bf9d5f4e3be4 (diff) | |
download | gtk+-f9038c03a5c1c976fde28643fc4ed8254da07b97.tar.gz |
Use gtk_entry_set_positions() to update current_pos and selection_bound so
* gtk/gtkentry.c (gtk_entry_real_delete_text): Use
gtk_entry_set_positions() to update current_pos and selection_bound
so notifications are emitted (#90548)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-08-19 Padraig O'Briain <padraig.obriain@sun.com> + + * gtk/gtkentry.c (gtk_entry_real_delete_text): Use + gtk_entry_set_positions() to update current_pos and selection_bound + so notifications are emitted (#90548) + 2002-08-16 jacob berkman <jacob@ximian.com> * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area |