From df311d6584c00643b6cf86b36680c97aa4ab3df6 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 7 Mar 2008 04:07:55 +0000 Subject: [PATCH] Fix ChangeLog Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19730 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c483e9e42..76df53cd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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