diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-03-15 23:56:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-15 23:56:44 +0000 |
commit | bf86da9df0fc8297b2b6e6c7ac14c54b9023f6da (patch) | |
tree | dfddf90f9aacb411561dc8285110638099e2c405 /ChangeLog.pre-2-4 | |
parent | d6a2be32d47c2f68725c89902aaf0b95c6d601fa (diff) | |
download | gdk-pixbuf-bf86da9df0fc8297b2b6e6c7ac14c54b9023f6da.tar.gz |
Block the ::changed handler during the emission of ::match-selected.
Tue Mar 16 00:56:11 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press):
Block the ::changed handler during the emission of ::match-selected.
Partial fix for #137226.
* gtk/gtkfilechooserentry.c: Remove the no longer needed
no_pop_down flag.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 03c3bc2b9..9cfed65a7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,17 @@ +Tue Mar 16 00:56:11 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): + Block the ::changed handler during the emission of ::match-selected. + Partial fix for #137226. + + * gtk/gtkfilechooserentry.c: Remove the no longer needed + no_pop_down flag. + +Tue Mar 16 00:20:51 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new_with_backend): + Fix a typo in the docs. + 2004-03-15 Tor Lillqvist <tml@iki.fi> * README.win32: Updates. |