summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnu.org>2008-03-07 04:03:38 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2008-03-07 04:03:38 +0000
commitf6e00fcc3bd33a5985cc60e873849f665e6e27e7 (patch)
treeabdcb4373c9e49a142068e63a455488ebf5f0ae3
parent8dab597810a10e183de6c4508d3cf306d57cefc5 (diff)
downloadgdk-pixbuf-f6e00fcc3bd33a5985cc60e873849f665e6e27e7.tar.gz
Fix ChangeLog
Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/branches/gtk-2-12/; revision=19729
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e27ee3beb..da6b58b43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,9 +8,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-04 Alberto Ruiz <aruiz@gnome.org>
* configure.in: Add --disable-cups option.