diff options
author | Federico Mena Quintero <federico@ximian.com> | 2003-06-04 04:46:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2003-06-04 04:46:35 +0800 |
commit | a6fcdd3630c2aec9cc7f727923715a4de9ded104 (patch) | |
tree | 27c54a83cdb48b6ebb7b94fec26522a7a2b84d54 /mail/ChangeLog | |
parent | 33f79427df1890ed16f422693c8144ffee727073 (diff) | |
download | gsoc2013-evolution-a6fcdd3630c2aec9cc7f727923715a4de9ded104.tar.gz gsoc2013-evolution-a6fcdd3630c2aec9cc7f727923715a4de9ded104.tar.zst gsoc2013-evolution-a6fcdd3630c2aec9cc7f727923715a4de9ded104.zip |
Put the buttons in HIG order; don't replace the label of the stock Find
2003-06-03 Federico Mena Quintero <federico@ximian.com>
* mail-search.c (mail_search_construct): Put the buttons in HIG
order; don't replace the label of the stock Find button. Also,
add Escape as a keybinding for the Close button (see why GTK+ is
on crack on b.g.o #74221 and #101293).
svn path=/trunk/; revision=21379
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5933f09baa..1658c3a7ec 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-06-03 Federico Mena Quintero <federico@ximian.com> + + * mail-search.c (mail_search_construct): Put the buttons in HIG + order; don't replace the label of the stock Find button. Also, + add Escape as a keybinding for the Close button (see why GTK+ is + on crack on b.g.o #74221 and #101293). + 2003-06-02 Not Zed <NotZed@Ximian.com> ** This and jeffs patch for #43862. |