Fix ChangeLog

Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/trunk/; revision=19730
This commit is contained in:
Federico Mena Quintero
2008-03-07 04:07:55 +00:00
committed by Federico Mena Quintero
parent 384dbd3c88
commit df311d6584

View File

@ -6,9 +6,9 @@
* gtk/gtkfilechooserdialog.c (is_stock_accept_response_id): New
function, refactor from where there was duplicated code.
(gtk_file_chooser_dialog_new_valist): If the response ID for the
button is one of the stock ones, make it the default response
button.
(gtk_file_chooser_dialog_map): Look at the buttons in our
action_area. If the response ID for a button is one of the stock
ones, make it the default response button.
2008-03-06 Johan Dahlin <jdahlin@async.com.br>